#[repr(C)]pub struct nfattr {
pub nfa_len: __u16,
pub nfa_type: __u16,
}Fields§
§nfa_len: __u16§nfa_type: __u16Trait Implementations§
impl Copy for nfattr
impl StructuralPartialEq for nfattr
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