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