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