pub enum TyLit {
Show 17 variants
Bool,
Int,
Float,
Bvec2,
Bvec3,
Bvec4,
Ivec2,
Ivec3,
Ivec4,
Vec2,
Vec3,
Vec4,
Mat2,
Mat3,
Mat4,
Texture2D,
TextureOES,
}
Variants§
Bool
Int
Float
Bvec2
Bvec3
Bvec4
Ivec2
Ivec3
Ivec4
Vec2
Vec3
Vec4
Mat2
Mat3
Mat4
Texture2D
TextureOES
Implementations§
Trait Implementations§
Source§impl Ord for TyLit
impl Ord for TyLit
Source§impl PartialOrd for TyLit
impl PartialOrd for TyLit
impl Copy for TyLit
impl Eq for TyLit
impl StructuralPartialEq for TyLit
Auto Trait Implementations§
impl Freeze for TyLit
impl RefUnwindSafe for TyLit
impl Send for TyLit
impl Sync for TyLit
impl Unpin for TyLit
impl UnwindSafe for TyLit
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