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