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