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