Enum serial::Parity
[-] [+]
[src]
pub enum Parity { Even, None, Odd, }
Parity checking
Variants
Even | |
None | |
Odd |
pub enum Parity { Even, None, Odd, }
Parity checking
Even | |
None | |
Odd |
impl PartialEq for Parity
impl Debug for Parity
impl Copy for Parity
impl Clone for Parity
fn clone(&self) -> Parity
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).