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