#[repr(u32)]pub enum VertexAttribDataType {
Byte = 5_120,
Short = 5_122,
Int = 5_124,
Fixed = 5_132,
Float = 5_126,
HalfFloat = 5_131,
Double = 5_130,
UnsignedByte = 5_121,
UnsignedShort = 5_123,
UnsignedInt = 5_125,
}Variants§
Byte = 5_120
Short = 5_122
Int = 5_124
Fixed = 5_132
Float = 5_126
HalfFloat = 5_131
Double = 5_130
UnsignedByte = 5_121
UnsignedShort = 5_123
UnsignedInt = 5_125
Trait Implementations§
Source§impl Clone for VertexAttribDataType
impl Clone for VertexAttribDataType
Source§fn clone(&self) -> VertexAttribDataType
fn clone(&self) -> VertexAttribDataType
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 VertexAttribDataType
Auto Trait Implementations§
impl Freeze for VertexAttribDataType
impl RefUnwindSafe for VertexAttribDataType
impl Send for VertexAttribDataType
impl Sync for VertexAttribDataType
impl Unpin for VertexAttribDataType
impl UnwindSafe for VertexAttribDataType
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