Struct glium::texture::unsigned_texture2d_array::UnsignedTexture2dArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture2dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedTexture2dArrayLayerMipmap<'t>