Struct llvm_ir::instruction::FastMathFlags [−][src]
pub struct FastMathFlags {
pub allow_reassoc: bool,
pub no_NaNs: bool,
pub no_Infs: bool,
pub no_signed_zeros: bool,
pub allow_reciprocal: bool,
pub allow_contract: bool,
pub approx_func: bool,
}Expand description
Fields
allow_reassoc: boolno_NaNs: boolno_Infs: boolno_signed_zeros: boolallow_reciprocal: boolallow_contract: boolapprox_func: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FastMathFlagsimpl Send for FastMathFlagsimpl Sync for FastMathFlagsimpl Unpin for FastMathFlagsimpl UnwindSafe for FastMathFlagsBlanket Implementations
Mutably borrows from an owned value. Read more