#[repr(transparent)]pub struct SkBuff(_);
Expand description
Wraps the kernel’s struct sk_buff
.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SkBuff
impl !Send for SkBuff
impl !Sync for SkBuff
impl Unpin for SkBuff
impl UnwindSafe for SkBuff
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more