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