Struct glium::texture::compressed_texture3d::CompressedTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedTexture3dLayerMipmap<'t>