pub enum GtMaxStat {
InRange = 0,
GtMax = 1,
}Expand description
Greater Than Maximum Result Status
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for GtMaxStat
impl Eq for GtMaxStat
impl StructuralPartialEq for GtMaxStat
Auto Trait Implementations§
impl Freeze for GtMaxStat
impl RefUnwindSafe for GtMaxStat
impl Send for GtMaxStat
impl Sync for GtMaxStat
impl Unpin for GtMaxStat
impl UnwindSafe for GtMaxStat
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