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