#[repr(C)]pub struct nfattr {
pub nfa_len: u16,
pub nfa_type: u16,
}Fields§
§nfa_len: u16§nfa_type: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for nfattr
impl RefUnwindSafe for nfattr
impl Send for nfattr
impl Sync for nfattr
impl Unpin for nfattr
impl UnwindSafe for nfattr
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