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