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