Enum Paritye
pub enum Paritye {
_0 = 0,
_1 = 1,
}Expand description
PARITYE
Value on reset: 0
Variants§
_0 = 0
0: The dataword was received without a parity error.
_1 = 1
1: The dataword was received with a parity error.
Trait Implementations§
impl Copy for Paritye
impl Eq for Paritye
impl StructuralPartialEq for Paritye
Auto Trait Implementations§
impl Freeze for Paritye
impl RefUnwindSafe for Paritye
impl Send for Paritye
impl Sync for Paritye
impl Unpin for Paritye
impl UnwindSafe for Paritye
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more