Struct glium::texture::integral_texture3d::IntegralTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture3dLayerMipmap<'t>