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