Struct glium::texture::unsigned_cubemap::UnsignedCubemapImage [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for UnsignedCubemapImage<'t>

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

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

impl<'t> Copy for UnsignedCubemapImage<'t>