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