Struct glium::texture::unsigned_texture1d_array::UnsignedTexture1dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedTexture1dArrayLayerMipmap<'t>