#[repr(C)]pub struct ip6_frag {
pub ip6f_nxt: guint8,
pub ip6f_reserved: guint8,
pub ip6f_offlg: guint16,
pub ip6f_ident: guint32,
}Fields§
§ip6f_nxt: guint8§ip6f_reserved: guint8§ip6f_offlg: guint16§ip6f_ident: guint32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ip6_frag
impl RefUnwindSafe for ip6_frag
impl Send for ip6_frag
impl Sync for ip6_frag
impl Unpin for ip6_frag
impl UnwindSafe for ip6_frag
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