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