Enum serial_win::StopBits
[-] [+]
[src]
pub enum StopBits {
ONE,
ONE5,
TWO,
}Variants
ONE | |
ONE5 | |
TWO |
pub enum StopBits {
ONE,
ONE5,
TWO,
}ONE | |
ONE5 | |
TWO |
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).