#[repr(u8)]pub enum DpdTestEosf {
DPD_TEST_EOSF_0 = 0,
DPD_TEST_EOSF_1 = 1,
}Variants§
DPD_TEST_EOSF_0 = 0
scan is not done in DPD test mode
DPD_TEST_EOSF_1 = 1
scan is done in DPD test mode
Implementations§
Source§impl DpdTestEosf
impl DpdTestEosf
Trait Implementations§
Source§impl Clone for DpdTestEosf
impl Clone for DpdTestEosf
Source§fn clone(&self) -> DpdTestEosf
fn clone(&self) -> DpdTestEosf
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 DpdTestEosf
impl Debug for DpdTestEosf
Source§impl From<DpdTestEosf> for u8
impl From<DpdTestEosf> for u8
Source§fn from(val: DpdTestEosf) -> u8
fn from(val: DpdTestEosf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DpdTestEosf
impl From<u8> for DpdTestEosf
Source§fn from(val: u8) -> DpdTestEosf
fn from(val: u8) -> DpdTestEosf
Converts to this type from the input type.
Source§impl Ord for DpdTestEosf
impl Ord for DpdTestEosf
Source§fn cmp(&self, other: &DpdTestEosf) -> Ordering
fn cmp(&self, other: &DpdTestEosf) -> 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 DpdTestEosf
impl PartialEq for DpdTestEosf
Source§impl PartialOrd for DpdTestEosf
impl PartialOrd for DpdTestEosf
impl Copy for DpdTestEosf
impl Eq for DpdTestEosf
impl StructuralPartialEq for DpdTestEosf
Auto Trait Implementations§
impl Freeze for DpdTestEosf
impl RefUnwindSafe for DpdTestEosf
impl Send for DpdTestEosf
impl Sync for DpdTestEosf
impl Unpin for DpdTestEosf
impl UnwindSafe for DpdTestEosf
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