Struct glium::texture::compressed_texture1d_array::CompressedTexture1dArrayLayerMipmap
[−]
[src]
pub struct CompressedTexture1dArrayLayerMipmap<'t>(_, _);
Represents a single layer of a mipmap level of a CompressedTexture1dArray.
Methods
impl<'t> CompressedTexture1dArrayLayerMipmap<'t>[src]
Trait Implementations
impl<'t> Copy for CompressedTexture1dArrayLayerMipmap<'t>[src]
impl<'t> Clone for CompressedTexture1dArrayLayerMipmap<'t>[src]
fn clone(&self) -> CompressedTexture1dArrayLayerMipmap<'t>[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
impl<'t> Into<TextureAnyImage<'t>> for CompressedTexture1dArrayLayerMipmap<'t>[src]
fn into(self) -> TextureAnyImage<'t>[src]
Performs the conversion.