Enum easy_opengl::buffers::VertexAttribType
source · pub enum VertexAttribType {
Float,
Float2,
Float3,
Float4,
Mat3,
Mat4,
Int,
Int2,
Int3,
Int4,
Byte,
}
Variants
Float
Float2
Float3
Float4
Mat3
Mat4
Int
Int2
Int3
Int4
Byte
Trait Implementations
sourceimpl Clone for VertexAttribType
impl Clone for VertexAttribType
sourcefn clone(&self) -> VertexAttribType
fn clone(&self) -> VertexAttribType
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for VertexAttribType
impl Send for VertexAttribType
impl Sync for VertexAttribType
impl Unpin for VertexAttribType
impl UnwindSafe for VertexAttribType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more