Struct glium::texture::compressed_texture1d::CompressedTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedTexture1dLayerMipmap<'t>