Struct glium::texture::compressed_srgb_texture1d::CompressedSrgbTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for CompressedSrgbTexture1dLayerMipmap<'t>