Struct linux_raw_sys::general::ipv6hdr
source · [−]#[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: __be16
nexthdr: __u8
hop_limit: __u8
saddr: in6_addr
daddr: in6_addr
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ipv6hdr
impl Send for ipv6hdr
impl Sync for ipv6hdr
impl Unpin for ipv6hdr
impl UnwindSafe for ipv6hdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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