pub enum VertexAttribType {
Float,
Float2,
Float3,
Float4,
Mat3,
Mat4,
Int,
Int2,
Int3,
Int4,
Uint,
Byte,
}Variants§
Trait Implementations§
Source§impl Clone for VertexAttribType
impl Clone for VertexAttribType
Source§fn clone(&self) -> VertexAttribType
fn clone(&self) -> VertexAttribType
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 moreimpl Copy for VertexAttribType
Auto Trait Implementations§
impl Freeze for VertexAttribType
impl RefUnwindSafe for VertexAttribType
impl Send for VertexAttribType
impl Sync for VertexAttribType
impl Unpin for VertexAttribType
impl UnwindSafe for VertexAttribType
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