Struct glium::texture::integral_texture2d_multisample_array::IntegralTexture2dMultisampleArrayLayerMipmap [] [src]

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

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

Trait Implementations

Derived Implementations

impl<'t> Clone for IntegralTexture2dMultisampleArrayLayerMipmap<'t>

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

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

impl<'t> Copy for IntegralTexture2dMultisampleArrayLayerMipmap<'t>