Enum se_rs_ial::StopBits
[-] [+]
[src]
pub enum StopBits {
B1,
B2,
}Variants
B1 | |
B2 |
pub enum StopBits {
B1,
B2,
}B1 | |
B2 |
impl Eq for StopBitsimpl PartialEq for StopBitsimpl Copy for StopBitsimpl Clone for StopBitsfn clone(&self) -> StopBitsfn clone_from(&mut self, source: &Self)impl Debug for StopBits
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).