Struct linux_raw_sys::net::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 Freeze for ipv6hdr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)