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