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