#[repr(C)]pub struct iphdr { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for iphdr
impl RefUnwindSafe for iphdr
impl Send for iphdr
impl Sync for iphdr
impl Unpin for iphdr
impl UnwindSafe for iphdr
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