Struct glium::texture::texture3d::Texture3dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for Texture3dLayerMipmap<'t>

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

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

impl<'t> Copy for Texture3dLayerMipmap<'t>