Struct opengl_graphics::shader_uniforms::SUFloat
source · pub struct SUFloat {}Expand description
Shader uniform float
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SUFloat
impl Send for SUFloat
impl Sync for SUFloat
impl Unpin for SUFloat
impl UnwindSafe for SUFloat
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