Struct libc::genlmsghdr
source · #[repr(C)]pub struct genlmsghdr {
pub cmd: u8,
pub version: u8,
pub reserved: u16,
}
Fields§
§cmd: u8
§version: u8
§reserved: u16
Trait Implementations§
source§impl Clone for genlmsghdr
impl Clone for genlmsghdr
source§fn clone(&self) -> genlmsghdr
fn clone(&self) -> genlmsghdr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for genlmsghdr
Auto Trait Implementations§
impl Freeze for genlmsghdr
impl RefUnwindSafe for genlmsghdr
impl Send for genlmsghdr
impl Sync for genlmsghdr
impl Unpin for genlmsghdr
impl UnwindSafe for genlmsghdr
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