#[repr(transparent)]pub struct MetalMathFloatingPointFunctions(pub usize);Expand description
Re-exports the Metal framework surface for this item.
Mirrors the Metal framework counterpart for MetalMathFloatingPointFunctions.
Mirrors the Metal framework counterpart for this type.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for MetalMathFloatingPointFunctions
impl Clone for MetalMathFloatingPointFunctions
Source§fn clone(&self) -> MetalMathFloatingPointFunctions
fn clone(&self) -> MetalMathFloatingPointFunctions
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 MetalMathFloatingPointFunctions
Source§impl Default for MetalMathFloatingPointFunctions
impl Default for MetalMathFloatingPointFunctions
Source§fn default() -> MetalMathFloatingPointFunctions
fn default() -> MetalMathFloatingPointFunctions
Returns the “default value” for a type. Read more
impl Eq for MetalMathFloatingPointFunctions
Source§impl PartialEq for MetalMathFloatingPointFunctions
impl PartialEq for MetalMathFloatingPointFunctions
Source§fn eq(&self, other: &MetalMathFloatingPointFunctions) -> bool
fn eq(&self, other: &MetalMathFloatingPointFunctions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MetalMathFloatingPointFunctions
Auto Trait Implementations§
impl Freeze for MetalMathFloatingPointFunctions
impl RefUnwindSafe for MetalMathFloatingPointFunctions
impl Send for MetalMathFloatingPointFunctions
impl Sync for MetalMathFloatingPointFunctions
impl Unpin for MetalMathFloatingPointFunctions
impl UnsafeUnpin for MetalMathFloatingPointFunctions
impl UnwindSafe for MetalMathFloatingPointFunctions
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