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