Struct opengl_graphics::shader_uniforms::SUMat4x4
source · pub struct SUMat4x4 {}Expand description
Shader uniform 4x4 matrix Matrix elements are floats
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SUMat4x4
impl Send for SUMat4x4
impl Sync for SUMat4x4
impl Unpin for SUMat4x4
impl UnwindSafe for SUMat4x4
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