Struct glium::texture::compressed_texture2d_array::CompressedTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedTexture2dArrayLayerMipmap<'t>