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