Struct glium::IncompatibleOpenGl
[−]
[src]
pub struct IncompatibleOpenGl(pub String);
Returned during Context creation if the OpenGL implementation is too old.
Trait Implementations
impl Clone for IncompatibleOpenGl
[src]
fn clone(&self) -> IncompatibleOpenGl
[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 IncompatibleOpenGl
[src]
impl PartialEq for IncompatibleOpenGl
[src]
fn eq(&self, __arg_0: &IncompatibleOpenGl) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IncompatibleOpenGl) -> bool
[src]
This method tests for !=
.
impl Eq for IncompatibleOpenGl
[src]
impl Display for IncompatibleOpenGl
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more