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