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 __bindgen_anon_1: ipv6hdr__bindgen_ty_1,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§flow_lbl: [__u8; 3]
§payload_len: __be16
§nexthdr: __u8
§hop_limit: __u8
§__bindgen_anon_1: ipv6hdr__bindgen_ty_1
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more