pub struct FPFastMathMode(/* private fields */);Implementations§
Source§impl FPFastMathMode
impl FPFastMathMode
pub const NONE: Self
pub const NOT_NA_N: Self
pub const NOT_INF: Self
pub const NSZ: Self
pub const ALLOW_RECIP: Self
pub const FAST: Self
pub const ALLOW_CONTRACT: Self
pub const ALLOW_REASSOC: Self
pub const ALLOW_TRANSFORM: Self
Trait Implementations§
Source§impl BitAnd for FPFastMathMode
impl BitAnd for FPFastMathMode
Source§impl BitOr for FPFastMathMode
impl BitOr for FPFastMathMode
Source§impl Clone for FPFastMathMode
impl Clone for FPFastMathMode
Source§fn clone(&self) -> FPFastMathMode
fn clone(&self) -> FPFastMathMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FPFastMathMode
impl Debug for FPFastMathMode
Source§impl Display for FPFastMathMode
impl Display for FPFastMathMode
Source§impl PartialEq for FPFastMathMode
impl PartialEq for FPFastMathMode
impl Copy for FPFastMathMode
impl Eq for FPFastMathMode
impl StructuralPartialEq for FPFastMathMode
Auto Trait Implementations§
impl Freeze for FPFastMathMode
impl RefUnwindSafe for FPFastMathMode
impl Send for FPFastMathMode
impl Sync for FPFastMathMode
impl Unpin for FPFastMathMode
impl UnsafeUnpin for FPFastMathMode
impl UnwindSafe for FPFastMathMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.