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