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