pub enum DataType {
Boolean,
Float,
Vec2,
Vec3,
Vec4,
Mat2,
Mat3,
Mat4,
Sampler,
}Variants
Boolean
Float
Vec2
Vec3
Vec4
Mat2
Mat3
Mat4
Sampler
Implementations
Trait Implementations
sourceimpl PartialEq<DataType> for DataType
impl PartialEq<DataType> for DataType
impl Copy for DataType
impl Eq for DataType
impl StructuralEq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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