Enum serial_core::CharSize
[−]
[src]
pub enum CharSize {
Bits5,
Bits6,
Bits7,
Bits8,
}Number of bits per character.
Variants
Bits55 bits per character.
Bits66 bits per character.
Bits77 bits per character.
Bits88 bits per character.
Trait Implementations
impl Debug for CharSize[src]
impl Copy for CharSize[src]
impl Clone for CharSize[src]
fn clone(&self) -> CharSize
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for CharSize[src]
fn eq(&self, __arg_0: &CharSize) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.