pub enum LtMinStat {
InRange = 0,
LtMin = 1,
}Expand description
Less Than Minimum Results Status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LtMinStat
impl Eq for LtMinStat
impl StructuralPartialEq for LtMinStat
Auto Trait Implementations§
impl Freeze for LtMinStat
impl RefUnwindSafe for LtMinStat
impl Send for LtMinStat
impl Sync for LtMinStat
impl Unpin for LtMinStat
impl UnsafeUnpin for LtMinStat
impl UnwindSafe for LtMinStat
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