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