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