#[repr(transparent)]pub struct WGPUVertexStepMode(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPUVertexStepMode
impl WGPUVertexStepMode
Trait Implementations§
Source§impl Clone for WGPUVertexStepMode
impl Clone for WGPUVertexStepMode
Source§fn clone(&self) -> WGPUVertexStepMode
fn clone(&self) -> WGPUVertexStepMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WGPUVertexStepMode
impl Debug for WGPUVertexStepMode
Source§impl Hash for WGPUVertexStepMode
impl Hash for WGPUVertexStepMode
Source§impl Ord for WGPUVertexStepMode
impl Ord for WGPUVertexStepMode
Source§fn cmp(&self, other: &WGPUVertexStepMode) -> Ordering
fn cmp(&self, other: &WGPUVertexStepMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUVertexStepMode
impl PartialEq for WGPUVertexStepMode
Source§impl PartialOrd for WGPUVertexStepMode
impl PartialOrd for WGPUVertexStepMode
impl Copy for WGPUVertexStepMode
impl Eq for WGPUVertexStepMode
impl StructuralPartialEq for WGPUVertexStepMode
Auto Trait Implementations§
impl Freeze for WGPUVertexStepMode
impl RefUnwindSafe for WGPUVertexStepMode
impl Send for WGPUVertexStepMode
impl Sync for WGPUVertexStepMode
impl Unpin for WGPUVertexStepMode
impl UnwindSafe for WGPUVertexStepMode
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