#[repr(C)]pub struct nfgenmsg {
pub nfgen_family: u8,
pub version: u8,
pub res_id: u16,
}Fields§
§nfgen_family: u8§version: u8§res_id: u16Auto 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