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