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