Struct glium::texture::unsigned_texture1d::UnsignedTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for UnsignedTexture1dLayerMipmap<'t>