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