#[repr(u32)]pub enum tunable_id {
ETHTOOL_ID_UNSPEC = 0,
ETHTOOL_RX_COPYBREAK = 1,
ETHTOOL_TX_COPYBREAK = 2,
__ETHTOOL_TUNABLE_COUNT = 3,
}
Variants§
ETHTOOL_ID_UNSPEC = 0
ETHTOOL_RX_COPYBREAK = 1
ETHTOOL_TX_COPYBREAK = 2
__ETHTOOL_TUNABLE_COUNT = 3
Trait Implementations§
Source§impl Clone for tunable_id
impl Clone for tunable_id
Source§fn clone(&self) -> tunable_id
fn clone(&self) -> tunable_id
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 tunable_id
impl Debug for tunable_id
Source§impl Hash for tunable_id
impl Hash for tunable_id
Source§impl Ord for tunable_id
impl Ord for tunable_id
Source§fn cmp(&self, other: &tunable_id) -> Ordering
fn cmp(&self, other: &tunable_id) -> 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 tunable_id
impl PartialEq for tunable_id
Source§impl PartialOrd for tunable_id
impl PartialOrd for tunable_id
impl Copy for tunable_id
impl Eq for tunable_id
impl StructuralPartialEq for tunable_id
Auto Trait Implementations§
impl Freeze for tunable_id
impl RefUnwindSafe for tunable_id
impl Send for tunable_id
impl Sync for tunable_id
impl Unpin for tunable_id
impl UnwindSafe for tunable_id
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