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