#[repr(C)]pub struct nfnlhdr {
pub nlh: nlmsghdr,
pub nfmsg: nfgenmsg,
}Fields§
§nlh: nlmsghdr§nfmsg: nfgenmsgTrait Implementations§
Auto Trait Implementations§
impl Freeze for nfnlhdr
impl RefUnwindSafe for nfnlhdr
impl Send for nfnlhdr
impl Sync for nfnlhdr
impl Unpin for nfnlhdr
impl UnwindSafe for nfnlhdr
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