[][src]Enum avr_device::atmega2560::lockbit::lockbit::LB_A

#[repr(u8)]pub enum LB_A {
    PROG_VER_DISABLED,
    PROG_DISABLED,
    NO_LOCK,
}

Memory Lock

Value on reset: 0

Variants

PROG_VER_DISABLED

0: Further programming and verification disabled

PROG_DISABLED

2: Further programming disabled

NO_LOCK

3: No memory lock features enabled

Trait Implementations

impl Clone for LB_A[src]

impl Copy for LB_A[src]

impl Debug for LB_A[src]

impl From<LB_A> for u8[src]

impl PartialEq<LB_A> for LB_A[src]

impl StructuralPartialEq for LB_A[src]

Auto Trait Implementations

impl Send for LB_A

impl Sync for LB_A

impl Unpin for LB_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.