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