Struct glium::texture::compressed_srgb_texture3d::CompressedSrgbTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbTexture3dLayerMipmap<'t>