pub enum Errintselect {
No = 0,
Yes = 1,
}
Expand description
Error Interrupt
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Errintselect
impl Clone for Errintselect
Source§fn clone(&self) -> Errintselect
fn clone(&self) -> Errintselect
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 Errintselect
impl Debug for Errintselect
Source§impl From<Errintselect> for bool
impl From<Errintselect> for bool
Source§fn from(variant: Errintselect) -> Self
fn from(variant: Errintselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Errintselect
impl PartialEq for Errintselect
impl Copy for Errintselect
impl Eq for Errintselect
impl StructuralPartialEq for Errintselect
Auto Trait Implementations§
impl Freeze for Errintselect
impl RefUnwindSafe for Errintselect
impl Send for Errintselect
impl Sync for Errintselect
impl Unpin for Errintselect
impl UnwindSafe for Errintselect
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