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