#[repr(C)]pub(crate) struct ndtmsg {
pub ndtm_family: u8,
pub ndtm_pad1: u8,
pub ndtm_pad2: u16,
}
Fields§
§ndtm_family: u8
§ndtm_pad1: u8
§ndtm_pad2: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ndtmsg
impl RefUnwindSafe for ndtmsg
impl Send for ndtmsg
impl Sync for ndtmsg
impl Unpin for ndtmsg
impl UnwindSafe for ndtmsg
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