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