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