Struct glium::texture::integral_cubemap_array::IntegralCubemapArrayImage [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralCubemapArrayImage<'t>

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

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

impl<'t> Copy for IntegralCubemapArrayImage<'t>