pub enum ENPEC {
Disabled = 0,
Enabled = 1,
}Expand description
PEC enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ENPEC
impl Eq for ENPEC
impl StructuralPartialEq for ENPEC
Auto Trait Implementations§
impl Freeze for ENPEC
impl RefUnwindSafe for ENPEC
impl Send for ENPEC
impl Sync for ENPEC
impl Unpin for ENPEC
impl UnwindSafe for ENPEC
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