pub enum PMODE_A {
EVEN,
ODD,
}
Expand description
Parity Mode
Value on reset: 0
Variants
EVEN
0: Even Parity
ODD
1: Odd Parity
Trait Implementations
impl Copy for PMODE_A
impl StructuralPartialEq for PMODE_A
Auto Trait Implementations
impl RefUnwindSafe for PMODE_A
impl Send for PMODE_A
impl Sync for PMODE_A
impl Unpin for PMODE_A
impl UnwindSafe for PMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more