[][src]Enum atsamd51p::cmcc::maint1::WAY_AW

#[repr(u8)]pub enum WAY_AW {
    WAY0,
    WAY1,
    WAY2,
    WAY3,
}

Invalidate Way

Value on reset: 0

Variants

WAY0

0: Way 0 is selection for index invalidation

WAY1

1: Way 1 is selection for index invalidation

WAY2

2: Way 2 is selection for index invalidation

WAY3

3: Way 3 is selection for index invalidation

Trait Implementations

impl Clone for WAY_AW[src]

impl Copy for WAY_AW[src]

impl Debug for WAY_AW[src]

impl From<WAY_AW> for u8[src]

impl PartialEq<WAY_AW> for WAY_AW[src]

impl StructuralPartialEq for WAY_AW[src]

Auto Trait Implementations

impl Send for WAY_AW

impl Sync for WAY_AW

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