Enum aw_soc::uart::WordLength
source · pub enum WordLength {
Five,
Six,
Seven,
Eight,
}Expand description
Serial word length settings.
Variants§
Trait Implementations§
source§impl Clone for WordLength
impl Clone for WordLength
source§fn clone(&self) -> WordLength
fn clone(&self) -> WordLength
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WordLength
impl Debug for WordLength
source§impl PartialEq<WordLength> for WordLength
impl PartialEq<WordLength> for WordLength
source§fn eq(&self, other: &WordLength) -> bool
fn eq(&self, other: &WordLength) -> bool
This method tests for
self and other values to be equal, and is used
by ==.