#[repr(u8)]pub enum BootSeedCustCfg {
NOT_INCLUD = 0,
INCLUD = 1,
VALUE_2 = 2,
VALUE_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BootSeedCustCfg
impl Clone for BootSeedCustCfg
Source§fn clone(&self) -> BootSeedCustCfg
fn clone(&self) -> BootSeedCustCfg
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 BootSeedCustCfg
impl Debug for BootSeedCustCfg
Source§impl From<BootSeedCustCfg> for u8
impl From<BootSeedCustCfg> for u8
Source§fn from(val: BootSeedCustCfg) -> u8
fn from(val: BootSeedCustCfg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BootSeedCustCfg
impl From<u8> for BootSeedCustCfg
Source§fn from(val: u8) -> BootSeedCustCfg
fn from(val: u8) -> BootSeedCustCfg
Converts to this type from the input type.
Source§impl Ord for BootSeedCustCfg
impl Ord for BootSeedCustCfg
Source§fn cmp(&self, other: &BootSeedCustCfg) -> Ordering
fn cmp(&self, other: &BootSeedCustCfg) -> 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 BootSeedCustCfg
impl PartialEq for BootSeedCustCfg
Source§impl PartialOrd for BootSeedCustCfg
impl PartialOrd for BootSeedCustCfg
impl Copy for BootSeedCustCfg
impl Eq for BootSeedCustCfg
impl StructuralPartialEq for BootSeedCustCfg
Auto Trait Implementations§
impl Freeze for BootSeedCustCfg
impl RefUnwindSafe for BootSeedCustCfg
impl Send for BootSeedCustCfg
impl Sync for BootSeedCustCfg
impl Unpin for BootSeedCustCfg
impl UnwindSafe for BootSeedCustCfg
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