pub enum TypeClass {
Scalar,
Vector,
MatrixRows,
MatrixColumns,
Object,
Struct,
Unknown(u16),
}Variants§
Implementations§
Trait Implementations§
impl Copy for TypeClass
impl Eq for TypeClass
impl StructuralPartialEq for TypeClass
Auto Trait Implementations§
impl Freeze for TypeClass
impl RefUnwindSafe for TypeClass
impl Send for TypeClass
impl Sync for TypeClass
impl Unpin for TypeClass
impl UnsafeUnpin for TypeClass
impl UnwindSafe for TypeClass
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