pub enum PS {
Even = 0,
Odd = 1,
}
Expand description
Parity selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PS
impl Eq for PS
impl StructuralPartialEq for PS
Auto Trait Implementations§
impl Freeze for PS
impl RefUnwindSafe for PS
impl Send for PS
impl Sync for PS
impl Unpin for PS
impl UnwindSafe for PS
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