Struct glium::texture::compressed_srgb_texture2d::CompressedSrgbTexture2dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbTexture2dLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbTexture2dLayerMipmap<'t>