pub enum Pmic {
NoEffect = 0,
ClrStartEn1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pmic
impl Eq for Pmic
impl StructuralPartialEq for Pmic
Auto Trait Implementations§
impl Freeze for Pmic
impl RefUnwindSafe for Pmic
impl Send for Pmic
impl Sync for Pmic
impl Unpin for Pmic
impl UnwindSafe for Pmic
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