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