Struct glium::texture::srgb_texture1d::SrgbTexture1dLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for SrgbTexture1dLayerMipmap<'t>

fn to_color_attachment(self) -> ColorAttachment<'t>

Derived Implementations

impl<'t> Clone for SrgbTexture1dLayerMipmap<'t>

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

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

impl<'t> Copy for SrgbTexture1dLayerMipmap<'t>