[][src]Enum tm4c129x::flash_ctrl::bootcfg::PIN_A

pub enum PIN_A {
    _0,
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
}

Boot GPIO Pin

Value on reset: 0

Variants

_0

0: Pin 0

_1

1: Pin 1

_2

2: Pin 2

_3

3: Pin 3

_4

4: Pin 4

_5

5: Pin 5

_6

6: Pin 6

_7

7: Pin 7

Trait Implementations

impl From<PIN_A> for u8[src]

impl Debug for PIN_A[src]

impl PartialEq<PIN_A> for PIN_A[src]

impl Copy for PIN_A[src]

impl StructuralPartialEq for PIN_A[src]

impl Clone for PIN_A[src]

Auto Trait Implementations

impl Unpin for PIN_A

impl Send for PIN_A

impl Sync for PIN_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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