Struct glium::texture::unsigned_cubemap_array::UnsignedCubemapArrayImage [] [src]

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

Represents a single image of a mipmap level of a layer of UnsignedCubemapArray.

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedCubemapArrayImage<'t>

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

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

impl<'t> Copy for UnsignedCubemapArrayImage<'t>