pub enum VertexAttributeStep {
Vertex,
Instance,
}Variants§
Trait Implementations§
Source§impl Clone for VertexAttributeStep
impl Clone for VertexAttributeStep
Source§fn clone(&self) -> VertexAttributeStep
fn clone(&self) -> VertexAttributeStep
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 VertexAttributeStep
impl Debug for VertexAttributeStep
Source§impl Hash for VertexAttributeStep
impl Hash for VertexAttributeStep
Source§impl PartialEq for VertexAttributeStep
impl PartialEq for VertexAttributeStep
impl Copy for VertexAttributeStep
impl Eq for VertexAttributeStep
impl StructuralPartialEq for VertexAttributeStep
Auto Trait Implementations§
impl Freeze for VertexAttributeStep
impl RefUnwindSafe for VertexAttributeStep
impl Send for VertexAttributeStep
impl Sync for VertexAttributeStep
impl Unpin for VertexAttributeStep
impl UnwindSafe for VertexAttributeStep
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