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