Struct glium::texture::integral_texture2d::IntegralTexture2dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture2dLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture2dLayerMipmap<'t>