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