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