Struct opengl_graphics::shader_uniforms::SUMat2x2
source · pub struct SUMat2x2 {}Expand description
Shader uniform 2x2 matrix Matrix elements are floats
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SUMat2x2
impl Send for SUMat2x2
impl Sync for SUMat2x2
impl Unpin for SUMat2x2
impl UnwindSafe for SUMat2x2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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