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