Struct glium::texture::integral_texture1d_array::IntegralTexture1dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture1dArrayLayerMipmap<'t>