#[repr(u16)]pub enum NlmsgerrAttrs {
Unused = 0,
Msg = 1,
Offs = 2,
Cookie = 3,
_MAX = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for NlmsgerrAttrs
impl Clone for NlmsgerrAttrs
Source§fn clone(&self) -> NlmsgerrAttrs
fn clone(&self) -> NlmsgerrAttrs
Returns a duplicate 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 NlmsgerrAttrs
impl Debug for NlmsgerrAttrs
Source§impl Hash for NlmsgerrAttrs
impl Hash for NlmsgerrAttrs
Source§impl PartialEq for NlmsgerrAttrs
impl PartialEq for NlmsgerrAttrs
impl Copy for NlmsgerrAttrs
impl Eq for NlmsgerrAttrs
impl StructuralPartialEq for NlmsgerrAttrs
Auto Trait Implementations§
impl Freeze for NlmsgerrAttrs
impl RefUnwindSafe for NlmsgerrAttrs
impl Send for NlmsgerrAttrs
impl Sync for NlmsgerrAttrs
impl Unpin for NlmsgerrAttrs
impl UnwindSafe for NlmsgerrAttrs
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