#[repr(C)]pub struct Nfgenmsg {
pub nfgen_family: u8,
pub version: u8,
pub res_id: u16,
}
Fields§
§nfgen_family: u8
§version: u8
§res_id: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nfgenmsg
impl RefUnwindSafe for Nfgenmsg
impl Send for Nfgenmsg
impl Sync for Nfgenmsg
impl Unpin for Nfgenmsg
impl UnwindSafe for Nfgenmsg
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