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