Enum gdk_sys::GdkGLError
[−]
[src]
#[repr(C)]pub enum GdkGLError { NotAvailable, UnsupportedFormat, UnsupportedProfile, }
Variants
NotAvailable
UnsupportedFormat
UnsupportedProfile
Trait Implementations
impl Clone for GdkGLError
[src]
fn clone(&self) -> GdkGLError
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