Enum glium::program::GetBinaryError [] [src]

pub enum GetBinaryError {
    NotSupported,
}
[]

Error while retreiving the binary representation of a program.

Variants

NotSupported

The backend doesn't support binary.

Trait Implementations

Derived Implementations

impl Debug for GetBinaryError

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

impl Clone for GetBinaryError

fn clone(&self) -> GetBinaryError

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

impl Copy for GetBinaryError