Enum se_rs_ial::Parity
[-] [+]
[src]
pub enum Parity {
None,
Even,
Odd,
}Variants
None | |
Even | |
Odd |
pub enum Parity {
None,
Even,
Odd,
}None | |
Even | |
Odd |
impl Eq for Parityimpl PartialEq for Parityimpl Copy for Parityimpl Clone for Parityfn clone(&self) -> Parityfn clone_from(&mut self, source: &Self)impl Debug for Parity
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).