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