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