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