Struct opengl_graphics::shader_uniforms::SUInt [−][src]
pub struct SUInt {}Shader uniform integer
Trait Implementations
impl Clone for SUInt[src]
impl Clone for SUIntfn clone(&self) -> SUInt[src]
fn clone(&self) -> SUIntReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SUInt[src]
impl Copy for SUIntimpl UniformType for SUInt[src]
impl UniformType for SUInt