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