[][src]Enum msp432e4::gpioa::lock::GPIO_LOCKW

pub enum GPIO_LOCKW {
    GPIO_LOCK_UNLOCKED,
    GPIO_LOCK_LOCKED,
}

Values that can be written to the field GPIO_LOCK

Variants

GPIO_LOCK_UNLOCKED

The GPIOCR register is unlocked and may be modified

GPIO_LOCK_LOCKED

The GPIOCR register is locked and may not be modified

Trait Implementations

impl Debug for GPIO_LOCKW[src]

impl PartialEq<GPIO_LOCKW> for GPIO_LOCKW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for GPIO_LOCKW[src]

impl Clone for GPIO_LOCKW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for GPIO_LOCKW

impl Sync for GPIO_LOCKW

impl Send for GPIO_LOCKW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self