Struct glium::texture::srgb_texture3d::SrgbTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for SrgbTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbTexture3dLayerMipmap<'t>