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