#[repr(transparent)]
pub struct SkBuff(_);
Expand description

Wraps the kernel’s struct sk_buff.

Implementations

Creates a reference to an SkBuff from a valid pointer.

Safety

The caller must ensure that ptr is valid and remains valid for the lifetime of the returned SkBuff instance.

Returns the remaining data in the buffer’s first segment.

Returns the total length of the data (in all segments) in the skb.

Trait Implementations

Increments the reference count on the object.

Decrements the reference count on the object. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.