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