Struct glium::texture::compressed_srgb_texture1d_array::CompressedSrgbTexture1dArrayLayerMipmap [] [src]

pub struct CompressedSrgbTexture1dArrayLayerMipmap<'t>(_, _);

Represents a single layer of a mipmap level of a CompressedSrgbTexture1dArray.

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbTexture1dArrayLayerMipmap<'t>

fn clone(&self) -> CompressedSrgbTexture1dArrayLayerMipmap<'t>

fn clone_from(&mut self, source: &Self)

impl<'t> Copy for CompressedSrgbTexture1dArrayLayerMipmap<'t>