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