Struct glium::texture::depth_stencil_texture3d::DepthStencilTexture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for DepthStencilTexture3dLayerMipmap<'t>

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

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

impl<'t> Copy for DepthStencilTexture3dLayerMipmap<'t>