#[repr(u8)]pub enum PARITY_A {
EXCLUDED = 0,
INCLUDED = 7,
}
Expand description
Parity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PARITY_A
impl StructuralPartialEq for PARITY_A
Auto Trait Implementations§
impl Freeze for PARITY_A
impl RefUnwindSafe for PARITY_A
impl Send for PARITY_A
impl Sync for PARITY_A
impl Unpin for PARITY_A
impl UnwindSafe for PARITY_A
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