Struct rusty_gl::shaders::GLUniformLocation[][src]

pub struct GLUniformLocation(_);

Trait Implementations

impl Clone for GLUniformLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLUniformLocation
[src]

Auto Trait Implementations