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