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