Enum glium::texture::GetFormatError [] [src]

pub enum GetFormatError {
    NotSupported,
}

Error that can happen when retrieving the internal format of a texture.

Variants

NotSupported

The backend doesn't support retrieving the internal format.

Trait Implementations

Derived Implementations

impl Debug for GetFormatError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for GetFormatError

fn clone(&self) -> GetFormatError

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

impl Copy for GetFormatError