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