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