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