[][src]Enum avr_device::atmega1280::lockbit::lockbit::BLB1_A

#[repr(u8)]pub enum BLB1_A {
    LPM_SPM_DISABLE,
    LPM_DISABLE,
    SPM_DISABLE,
    NO_LOCK,
}

Boot Loader Protection Mode

Value on reset: 0

Variants

LPM_SPM_DISABLE

0: LPM and SPM prohibited in Boot Section

LPM_DISABLE

1: LPM prohibited in Boot Section

SPM_DISABLE

2: SPM prohibited in Boot Section

NO_LOCK

3: No lock on SPM and LPM in Boot Section

Trait Implementations

impl Clone for BLB1_A[src]

impl Copy for BLB1_A[src]

impl Debug for BLB1_A[src]

impl From<BLB1_A> for u8[src]

impl PartialEq<BLB1_A> for BLB1_A[src]

impl StructuralPartialEq for BLB1_A[src]

Auto Trait Implementations

impl Send for BLB1_A

impl Sync for BLB1_A

impl Unpin for BLB1_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.