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