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<genlmsghdr> for genlmsghdr
impl PartialEq<genlmsghdr> for genlmsghdr
source§fn eq(&self, other: &genlmsghdr) -> bool
fn eq(&self, other: &genlmsghdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for genlmsghdr
impl Eq for genlmsghdr
impl StructuralEq for genlmsghdr
impl StructuralPartialEq for genlmsghdr
Auto Trait Implementations§
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