pub struct GenlMsg { /* private fields */ }Expand description
A generic netlink message being constructed.
§Invariants
hdr references the header in this netlink message.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for GenlMsg
impl !Sync for GenlMsg
impl Freeze for GenlMsg
impl RefUnwindSafe for GenlMsg
impl Unpin for GenlMsg
impl UnsafeUnpin for GenlMsg
impl UnwindSafe for GenlMsg
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> KnownSize for T
impl<T> KnownSize for T
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more