#[repr(u8)]pub enum PllLock {
PLL_NOT_LOCKED = 0,
PLL_LOCKED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PllLock
impl Ord for PllLock
Source§impl PartialOrd for PllLock
impl PartialOrd for PllLock
impl Copy for PllLock
impl Eq for PllLock
impl StructuralPartialEq for PllLock
Auto Trait Implementations§
impl Freeze for PllLock
impl RefUnwindSafe for PllLock
impl Send for PllLock
impl Sync for PllLock
impl Unpin for PllLock
impl UnwindSafe for PllLock
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