Struct glium::texture::compressed_srgb_cubemap_array::CompressedSrgbCubemapArrayImage [] [src]

pub struct CompressedSrgbCubemapArrayImage<'t>(_, _);
[]

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

Trait Implementations

Derived Implementations

impl<'t> Clone for CompressedSrgbCubemapArrayImage<'t>

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

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

impl<'t> Copy for CompressedSrgbCubemapArrayImage<'t>