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