#[repr(u32)]pub enum ethtool_stringset {
ETH_SS_TEST = 0,
ETH_SS_STATS = 1,
ETH_SS_PRIV_FLAGS = 2,
ETH_SS_NTUPLE_FILTERS = 3,
ETH_SS_FEATURES = 4,
ETH_SS_RSS_HASH_FUNCS = 5,
ETH_SS_TUNABLES = 6,
}
Variants§
ETH_SS_TEST = 0
ETH_SS_STATS = 1
ETH_SS_PRIV_FLAGS = 2
ETH_SS_NTUPLE_FILTERS = 3
ETH_SS_FEATURES = 4
ETH_SS_RSS_HASH_FUNCS = 5
ETH_SS_TUNABLES = 6
Trait Implementations§
Source§impl Clone for ethtool_stringset
impl Clone for ethtool_stringset
Source§fn clone(&self) -> ethtool_stringset
fn clone(&self) -> ethtool_stringset
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 ethtool_stringset
impl Debug for ethtool_stringset
Source§impl Hash for ethtool_stringset
impl Hash for ethtool_stringset
Source§impl Ord for ethtool_stringset
impl Ord for ethtool_stringset
Source§fn cmp(&self, other: ðtool_stringset) -> Ordering
fn cmp(&self, other: ðtool_stringset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ethtool_stringset
impl PartialEq for ethtool_stringset
Source§impl PartialOrd for ethtool_stringset
impl PartialOrd for ethtool_stringset
impl Copy for ethtool_stringset
impl Eq for ethtool_stringset
impl StructuralPartialEq for ethtool_stringset
Auto Trait Implementations§
impl Freeze for ethtool_stringset
impl RefUnwindSafe for ethtool_stringset
impl Send for ethtool_stringset
impl Sync for ethtool_stringset
impl Unpin for ethtool_stringset
impl UnwindSafe for ethtool_stringset
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