pub enum CheckMode {
Real = 0,
Auto = 1,
Rational = 2,
}
Expand description
Enum representing the check mode.
Variants§
Real = 0
Check real values.
Auto = 1
Automatically determine the check mode.
Rational = 2
Check rational values.
Trait Implementations§
impl Copy for CheckMode
impl Eq for CheckMode
impl StructuralPartialEq for CheckMode
Auto Trait Implementations§
impl Freeze for CheckMode
impl RefUnwindSafe for CheckMode
impl Send for CheckMode
impl Sync for CheckMode
impl Unpin for CheckMode
impl UnwindSafe for CheckMode
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