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