#[repr(u32)]pub enum ethtool_test_flags {
ETH_TEST_FL_OFFLINE = 1,
ETH_TEST_FL_FAILED = 2,
ETH_TEST_FL_EXTERNAL_LB = 4,
ETH_TEST_FL_EXTERNAL_LB_DONE = 8,
}
Variants§
ETH_TEST_FL_OFFLINE = 1
ETH_TEST_FL_FAILED = 2
ETH_TEST_FL_EXTERNAL_LB = 4
ETH_TEST_FL_EXTERNAL_LB_DONE = 8
Trait Implementations§
Source§impl Clone for ethtool_test_flags
impl Clone for ethtool_test_flags
Source§fn clone(&self) -> ethtool_test_flags
fn clone(&self) -> ethtool_test_flags
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_test_flags
impl Debug for ethtool_test_flags
Source§impl Hash for ethtool_test_flags
impl Hash for ethtool_test_flags
Source§impl Ord for ethtool_test_flags
impl Ord for ethtool_test_flags
Source§fn cmp(&self, other: ðtool_test_flags) -> Ordering
fn cmp(&self, other: ðtool_test_flags) -> 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_test_flags
impl PartialEq for ethtool_test_flags
Source§impl PartialOrd for ethtool_test_flags
impl PartialOrd for ethtool_test_flags
impl Copy for ethtool_test_flags
impl Eq for ethtool_test_flags
impl StructuralPartialEq for ethtool_test_flags
Auto Trait Implementations§
impl Freeze for ethtool_test_flags
impl RefUnwindSafe for ethtool_test_flags
impl Send for ethtool_test_flags
impl Sync for ethtool_test_flags
impl Unpin for ethtool_test_flags
impl UnwindSafe for ethtool_test_flags
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