Enum wgpu_hal::gles::VertexAttribKind
source · enum VertexAttribKind {
Float,
Integer,
}
Variants§
Trait Implementations§
source§impl Clone for VertexAttribKind
impl Clone for VertexAttribKind
source§fn clone(&self) -> VertexAttribKind
fn clone(&self) -> VertexAttribKind
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 VertexAttribKind
impl Debug for VertexAttribKind
source§impl Default for VertexAttribKind
impl Default for VertexAttribKind
impl Copy for VertexAttribKind
Auto Trait Implementations§
impl Freeze for VertexAttribKind
impl RefUnwindSafe for VertexAttribKind
impl Send for VertexAttribKind
impl Sync for VertexAttribKind
impl Unpin for VertexAttribKind
impl UnwindSafe for VertexAttribKind
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