pub enum UniformDataType {
Show 15 variants
UInt,
UInt2,
UInt3,
UInt4,
Int,
Int2,
Int3,
Int4,
Float,
Float2,
Float3,
Float4,
Float2x2,
Float3x3,
Float4x4,
}
Expand description
UniformBlock
Variants§
Trait Implementations§
Source§impl Clone for UniformDataType
impl Clone for UniformDataType
Source§fn clone(&self) -> UniformDataType
fn clone(&self) -> UniformDataType
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 moreAuto Trait Implementations§
impl Freeze for UniformDataType
impl RefUnwindSafe for UniformDataType
impl Send for UniformDataType
impl Sync for UniformDataType
impl Unpin for UniformDataType
impl UnwindSafe for UniformDataType
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