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