Enum avr_device::atmega32u4::lockbit::lockbit::LB_A
source · #[repr(u8)]pub enum LB_A {
PROG_VER_DISABLED = 0,
PROG_DISABLED = 2,
NO_LOCK = 3,
}
Expand description
Memory Lock
Value on reset: 0
Variants§
PROG_VER_DISABLED = 0
0: Further programming and verification disabled
PROG_DISABLED = 2
2: Further programming disabled
NO_LOCK = 3
3: No memory lock features enabled
Trait Implementations§
impl Copy for LB_A
impl Eq for LB_A
impl StructuralPartialEq for LB_A
Auto Trait Implementations§
impl Freeze for LB_A
impl RefUnwindSafe for LB_A
impl Send for LB_A
impl Sync for LB_A
impl Unpin for LB_A
impl UnwindSafe for LB_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)