pub enum IflaIcmp6Stats {
Num = 0,
Inmsgs = 1,
Inerrors = 2,
Outmsgs = 3,
Outerrors = 4,
Csumerrors = 5,
Ratelimithost = 6,
}Available on crate feature
rt-link only.Expand description
Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
Implementations§
Source§impl IflaIcmp6Stats
impl IflaIcmp6Stats
pub fn from_value(value: u64) -> Option<Self>
Trait Implementations§
Source§impl Clone for IflaIcmp6Stats
impl Clone for IflaIcmp6Stats
Source§fn clone(&self) -> IflaIcmp6Stats
fn clone(&self) -> IflaIcmp6Stats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IflaIcmp6Stats
Auto Trait Implementations§
impl Freeze for IflaIcmp6Stats
impl RefUnwindSafe for IflaIcmp6Stats
impl Send for IflaIcmp6Stats
impl Sync for IflaIcmp6Stats
impl Unpin for IflaIcmp6Stats
impl UnsafeUnpin for IflaIcmp6Stats
impl UnwindSafe for IflaIcmp6Stats
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