[][src]Enum avr_device::atmega328p::usart0::ucsr0c::UCSZ0_A

#[repr(u8)]pub enum UCSZ0_A {
    CHR5,
    CHR6,
    CHR7,
    CHR8,
}

Character Size

Value on reset: 0

Variants

CHR5

0: Character Size: 5 bit

CHR6

1: Character Size: 6 bit

CHR7

2: Character Size: 7 bit

CHR8

3: Character Size: 8 bit

Trait Implementations

impl Clone for UCSZ0_A[src]

impl Copy for UCSZ0_A[src]

impl Debug for UCSZ0_A[src]

impl From<UCSZ0_A> for u8[src]

impl PartialEq<UCSZ0_A> for UCSZ0_A[src]

impl StructuralPartialEq for UCSZ0_A[src]

Auto Trait Implementations

impl Send for UCSZ0_A

impl Sync for UCSZ0_A

impl Unpin for UCSZ0_A

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, 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.