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