pub struct FPFastMathMode(/* private fields */);Implementations§
Trait Implementations§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FPFastMathMode
Source§impl Debug for FPFastMathMode
impl Debug for FPFastMathMode
Source§impl From<u32> for FPFastMathMode
impl From<u32> for FPFastMathMode
Source§fn from(val: u32) -> FPFastMathMode
fn from(val: u32) -> FPFastMathMode
Converts to this type from the input type.
Source§impl Hash for FPFastMathMode
impl Hash for FPFastMathMode
Source§impl PartialEq for FPFastMathMode
impl PartialEq for FPFastMathMode
Source§fn eq(&self, other: &FPFastMathMode) -> bool
fn eq(&self, other: &FPFastMathMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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