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