pub enum PARITYR {
EXCLUDED,
INCLUDED,
_Reserved(u8),
}Expand description
Possible values of the field PARITY
Variants§
Implementations§
Trait Implementations§
impl Copy for PARITYR
impl StructuralPartialEq for PARITYR
Auto Trait Implementations§
impl Freeze for PARITYR
impl RefUnwindSafe for PARITYR
impl Send for PARITYR
impl Sync for PARITYR
impl Unpin for PARITYR
impl UnsafeUnpin for PARITYR
impl UnwindSafe for PARITYR
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