#[repr(transparent)]pub struct MathFloatingPointFunctions(pub Integer);Expand description
Math floating point functions precision.
C++ equivalent: MTL::MathFloatingPointFunctions
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for MathFloatingPointFunctions
impl Clone for MathFloatingPointFunctions
Source§fn clone(&self) -> MathFloatingPointFunctions
fn clone(&self) -> MathFloatingPointFunctions
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 MathFloatingPointFunctions
impl Debug for MathFloatingPointFunctions
Source§impl Default for MathFloatingPointFunctions
impl Default for MathFloatingPointFunctions
Source§fn default() -> MathFloatingPointFunctions
fn default() -> MathFloatingPointFunctions
Returns the “default value” for a type. Read more
Source§impl Hash for MathFloatingPointFunctions
impl Hash for MathFloatingPointFunctions
impl Copy for MathFloatingPointFunctions
impl Eq for MathFloatingPointFunctions
impl StructuralPartialEq for MathFloatingPointFunctions
Auto Trait Implementations§
impl Freeze for MathFloatingPointFunctions
impl RefUnwindSafe for MathFloatingPointFunctions
impl Send for MathFloatingPointFunctions
impl Sync for MathFloatingPointFunctions
impl Unpin for MathFloatingPointFunctions
impl UnwindSafe for MathFloatingPointFunctions
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