Struct glium::texture::texture1d_array::Texture1dArrayLayerMipmap [] [src]

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

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

Trait Implementations

impl<'t> ToColorAttachment<'t> for Texture1dArrayLayerMipmap<'t>

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

Derived Implementations

impl<'t> Clone for Texture1dArrayLayerMipmap<'t>

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

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

impl<'t> Copy for Texture1dArrayLayerMipmap<'t>