#[repr(C)]
pub struct ipv6hdr { pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub flow_lbl: [__u8; 3], pub payload_len: __be16, pub nexthdr: __u8, pub hop_limit: __u8, pub saddr: in6_addr, pub daddr: in6_addr, }

Fields

_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>flow_lbl: [__u8; 3]payload_len: __be16nexthdr: __u8hop_limit: __u8saddr: in6_addrdaddr: in6_addr

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.