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