Enum kernel::hil::uart::Parity [] [src]

pub enum Parity {
    None,
    Odd,
    Even,
}

Variants

Trait Implementations

impl Copy for Parity
[src]

impl Clone for Parity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Parity
[src]

[src]

Formats the value using the given formatter. Read more