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
impl Debug for QueryCreationError
[src]
impl Clone for QueryCreationError
[src]
fn clone(&self) -> QueryCreationError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more