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