Struct rusty_gl::shaders::GLProgram[][src]

pub struct GLProgram(_);

Trait Implementations

impl Clone for GLProgram
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLProgram
[src]

Auto Trait Implementations

impl Send for GLProgram

impl Sync for GLProgram