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