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