Struct glium::texture::compressed_srgb_texture2d_array::CompressedSrgbTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbTexture2dArrayLayerMipmap<'t>