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