Enum glutin::os::unix::RawHandle [−][src]
pub enum RawHandle {
Glx(GLXContext),
Egl(EGLContext),
}Context handles available on Unix-like platforms.
Variants
Glx(GLXContext)Egl(EGLContext)Trait Implementations
impl Clone for RawHandle[src]
impl Clone for RawHandlefn clone(&self) -> RawHandle[src]
fn clone(&self) -> RawHandleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RawHandle[src]
impl Debug for RawHandle