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