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