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