pub enum Pen {
Disabled = 0,
Enabled = 1,
}Expand description
Parity enable: 0=disabled; 1=enabled
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pen
impl Eq for Pen
impl StructuralPartialEq for Pen
Auto Trait Implementations§
impl Freeze for Pen
impl RefUnwindSafe for Pen
impl Send for Pen
impl Sync for Pen
impl Unpin for Pen
impl UnsafeUnpin for Pen
impl UnwindSafe for Pen
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