pub enum FastMathFlags {
NNAN,
NINF,
NSZ,
ARCP,
CONTRACT,
AFN,
REASSOC,
FAST,
}
Variants§
Trait Implementations§
Source§impl Display for FastMathFlags
impl Display for FastMathFlags
Source§impl Hash for FastMathFlags
impl Hash for FastMathFlags
Source§impl Ord for FastMathFlags
impl Ord for FastMathFlags
Source§fn cmp(&self, other: &FastMathFlags) -> Ordering
fn cmp(&self, other: &FastMathFlags) -> Ordering
1.21.0 · 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
Source§impl PartialEq for FastMathFlags
impl PartialEq for FastMathFlags
Source§impl PartialOrd for FastMathFlags
impl PartialOrd for FastMathFlags
impl Eq for FastMathFlags
impl StructuralPartialEq for FastMathFlags
Auto Trait Implementations§
impl Freeze for FastMathFlags
impl RefUnwindSafe for FastMathFlags
impl Send for FastMathFlags
impl Sync for FastMathFlags
impl Unpin for FastMathFlags
impl UnwindSafe for FastMathFlags
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