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