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