Enum glium::draw_parameters::QueryCreationError [] [src]

pub enum QueryCreationError {
    NotSupported,
}

Error that can happen when creating a query object.

Variants

NotSupported

The given query type is not supported.

Trait Implementations

Derived Implementations

impl Debug for QueryCreationError

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

impl Clone for QueryCreationError

fn clone(&self) -> QueryCreationError

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

impl Copy for QueryCreationError