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