Enum WindowOut
#[repr(u8)]pub enum WindowOut {
Comp1Value = 0,
Comp1ValueXorComp2Value = 1,
}Variants§
Comp1Value = 0
Comparator 1 value.
Comp1ValueXorComp2Value = 1
Comparator 1 value XOR comparator 2 value (required for window mode).
Implementations§
Trait Implementations§
impl Copy for WindowOut
impl Eq for WindowOut
§impl Ord for WindowOut
impl Ord for WindowOut
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for WindowOut
impl PartialOrd for WindowOut
impl StructuralPartialEq for WindowOut
Auto Trait Implementations§
impl Freeze for WindowOut
impl RefUnwindSafe for WindowOut
impl Send for WindowOut
impl Sync for WindowOut
impl Unpin for WindowOut
impl UnsafeUnpin for WindowOut
impl UnwindSafe for WindowOut
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