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