Struct glium::texture::integral_texture2d_array::IntegralTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture2dArrayLayerMipmap<'t>