#[repr(i32)]pub enum WGPUVertexStepMode {
Undefined = 0,
Vertex = 1,
Instance = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WGPUVertexStepMode
impl Clone for WGPUVertexStepMode
Source§fn clone(&self) -> WGPUVertexStepMode
fn clone(&self) -> WGPUVertexStepMode
Returns a copy 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 Display for WGPUVertexStepMode
impl Display for WGPUVertexStepMode
Source§impl<'_derivative_strum> From<&'_derivative_strum WGPUVertexStepMode> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WGPUVertexStepMode> for &'static str
Source§fn from(x: &'_derivative_strum WGPUVertexStepMode) -> &'static str
fn from(x: &'_derivative_strum WGPUVertexStepMode) -> &'static str
Converts to this type from the input type.
Source§impl From<WGPUVertexStepMode> for &'static str
impl From<WGPUVertexStepMode> for &'static str
Source§fn from(x: WGPUVertexStepMode) -> &'static str
fn from(x: WGPUVertexStepMode) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for WGPUVertexStepMode
impl FromStr for WGPUVertexStepMode
Source§impl Hash for WGPUVertexStepMode
impl Hash for WGPUVertexStepMode
Source§impl IntoEnumIterator for WGPUVertexStepMode
impl IntoEnumIterator for WGPUVertexStepMode
type Iterator = WGPUVertexStepModeIter
fn iter() -> WGPUVertexStepModeIter ⓘ
Source§impl PartialEq for WGPUVertexStepMode
impl PartialEq for WGPUVertexStepMode
Source§impl TryFrom<&str> for WGPUVertexStepMode
impl TryFrom<&str> 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