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