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