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