pub enum OPTPG {
OptionByteProgramming = 1,
}
Expand description
Option byte programming
Value on reset: 0
Variants§
OptionByteProgramming = 1
1: Program option byte activated
Trait Implementations§
impl Copy for OPTPG
impl Eq for OPTPG
impl StructuralPartialEq for OPTPG
Auto Trait Implementations§
impl Freeze for OPTPG
impl RefUnwindSafe for OPTPG
impl Send for OPTPG
impl Sync for OPTPG
impl Unpin for OPTPG
impl UnwindSafe for OPTPG
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