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