pub enum Pmodeselect {
Even = 0,
Odd = 1,
}
Expand description
Parity Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Pmodeselect
impl Clone for Pmodeselect
Source§fn clone(&self) -> Pmodeselect
fn clone(&self) -> Pmodeselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Pmodeselect
impl Debug for Pmodeselect
Source§impl From<Pmodeselect> for bool
impl From<Pmodeselect> for bool
Source§fn from(variant: Pmodeselect) -> Self
fn from(variant: Pmodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pmodeselect
impl PartialEq for Pmodeselect
impl Copy for Pmodeselect
impl Eq for Pmodeselect
impl StructuralPartialEq for Pmodeselect
Auto Trait Implementations§
impl Freeze for Pmodeselect
impl RefUnwindSafe for Pmodeselect
impl Send for Pmodeselect
impl Sync for Pmodeselect
impl Unpin for Pmodeselect
impl UnwindSafe for Pmodeselect
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