Struct rusty_gl::textures::GLTexture[][src]

pub struct GLTexture(_);

Trait Implementations

impl Clone for GLTexture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLTexture
[src]

Auto Trait Implementations

impl Send for GLTexture

impl Sync for GLTexture