Enum serial::DataBits
[-] [+]
[src]
pub enum DataBits { Five, Six, Seven, Eight, }
Number of data bits
Variants
Five | |
Six | |
Seven | |
Eight |
pub enum DataBits { Five, Six, Seven, Eight, }
Number of data bits
Five | |
Six | |
Seven | |
Eight |
impl PartialEq for DataBits
impl Debug for DataBits
impl Copy for DataBits
impl Clone for DataBits
fn clone(&self) -> DataBits
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
).