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