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 moresource§impl Debug for genlmsghdr
impl Debug for genlmsghdr
source§impl Hash for genlmsghdr
impl Hash for genlmsghdr
source§impl PartialEq for genlmsghdr
impl PartialEq for genlmsghdr
impl Copy for genlmsghdr
impl Eq for genlmsghdr
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)