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