pub enum Nmiasynchselect {
Sync = 0,
Async = 1,
}
Expand description
Asynchronous Edge Detection Mode
Value on reset: 0
Variants§
Sync = 0
0: Edge detection is clock synchronously operated
Async = 1
1: Edge detection is clock asynchronously operated
Trait Implementations§
Source§impl Clone for Nmiasynchselect
impl Clone for Nmiasynchselect
Source§fn clone(&self) -> Nmiasynchselect
fn clone(&self) -> Nmiasynchselect
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 Nmiasynchselect
impl Debug for Nmiasynchselect
Source§impl From<Nmiasynchselect> for bool
impl From<Nmiasynchselect> for bool
Source§fn from(variant: Nmiasynchselect) -> Self
fn from(variant: Nmiasynchselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Nmiasynchselect
impl PartialEq for Nmiasynchselect
impl Copy for Nmiasynchselect
impl Eq for Nmiasynchselect
impl StructuralPartialEq for Nmiasynchselect
Auto Trait Implementations§
impl Freeze for Nmiasynchselect
impl RefUnwindSafe for Nmiasynchselect
impl Send for Nmiasynchselect
impl Sync for Nmiasynchselect
impl Unpin for Nmiasynchselect
impl UnwindSafe for Nmiasynchselect
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