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