Struct glium::texture::buffer_texture::BufferTextureRef
[−]
[src]
pub struct BufferTextureRef<'a> {
// some fields omitted
}Holds a reference to a BufferTexture.
Methods
impl<'a> BufferTextureRef<'a>[src]
fn get_texture_type(&self) -> BufferTextureType
Return the type of the texture.
Trait Implementations
impl<'a> Clone for BufferTextureRef<'a>[src]
fn clone(&self) -> BufferTextureRef<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more