#[repr(C)]
pub struct tcp_zerocopy_receive { pub address: __u64, pub length: __u32, pub recv_skip_hint: __u32, pub inq: __u32, pub err: __s32, pub copybuf_address: __u64, pub copybuf_len: __s32, pub flags: __u32, pub msg_control: __u64, pub msg_controllen: __u64, pub msg_flags: __u32, pub reserved: __u32, }

Fields

address: __u64length: __u32recv_skip_hint: __u32inq: __u32err: __s32copybuf_address: __u64copybuf_len: __s32flags: __u32msg_control: __u64msg_controllen: __u64msg_flags: __u32reserved: __u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.