[][src]Enum xmc4100::scu_trap::trapset::BWERR0T_AW

pub enum BWERR0T_AW {
    VALUE1,
    VALUE2,
}

Peripheral Bridge 0 Trap Set

Value on reset: 0

Variants

VALUE1

0: No effect

VALUE2

1: Set trap request

Trait Implementations

impl Clone for BWERR0T_AW[src]

impl Copy for BWERR0T_AW[src]

impl Debug for BWERR0T_AW[src]

impl From<BWERR0T_AW> for bool[src]

impl PartialEq<BWERR0T_AW> for BWERR0T_AW[src]

impl StructuralPartialEq for BWERR0T_AW[src]

Auto Trait Implementations

impl Send for BWERR0T_AW

impl Sync for BWERR0T_AW

impl Unpin for BWERR0T_AW

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> Same<T> for T

type Output = T

Should always be Self

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.