#[repr(u8)]pub enum Wintsel0select {
Above = 0,
Inside = 1,
Below = 2,
Outside = 3,
}
Expand description
Window 0 Interrupt Selection
Value on reset: 0
Variants§
Above = 0
0: Interrupt on signal above window
Inside = 1
1: Interrupt on signal inside window
Below = 2
2: Interrupt on signal below window
Outside = 3
3: Interrupt on signal outside window
Trait Implementations§
Source§impl Clone for Wintsel0select
impl Clone for Wintsel0select
Source§fn clone(&self) -> Wintsel0select
fn clone(&self) -> Wintsel0select
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 Wintsel0select
impl Debug for Wintsel0select
Source§impl From<Wintsel0select> for u8
impl From<Wintsel0select> for u8
Source§fn from(variant: Wintsel0select) -> Self
fn from(variant: Wintsel0select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wintsel0select
impl PartialEq for Wintsel0select
impl Copy for Wintsel0select
impl Eq for Wintsel0select
impl IsEnum for Wintsel0select
impl StructuralPartialEq for Wintsel0select
Auto Trait Implementations§
impl Freeze for Wintsel0select
impl RefUnwindSafe for Wintsel0select
impl Send for Wintsel0select
impl Sync for Wintsel0select
impl Unpin for Wintsel0select
impl UnwindSafe for Wintsel0select
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