[][src]Enum mkl26z4::rcm::srs1::MDM_AP_A

pub enum MDM_AP_A {
    _0,
    _1,
}

Possible values of the field MDM_AP

Variants

_0

Reset not caused by host debugger system setting of the System Reset Request bit

_1

Reset caused by host debugger system setting of the System Reset Request bit

Trait Implementations

impl ToBits<bool> for MDM_AP_A[src]

impl PartialEq<MDM_AP_A> for MDM_AP_A[src]

impl Debug for MDM_AP_A[src]

impl Copy for MDM_AP_A[src]

impl Clone for MDM_AP_A[src]

Auto Trait Implementations

impl Unpin for MDM_AP_A

impl Send for MDM_AP_A

impl Sync for MDM_AP_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