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