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