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 copy 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 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
impl Copy 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 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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)