Enum glutin::platform::unix::RawHandle [−][src]
pub enum RawHandle {
Glx(GLXContext),
Egl(EGLContext),
}
Expand description
Context handles available on Unix-like platforms.
Variants
Glx(GLXContext)
Tuple Fields
0: GLXContext
Context handle for a glx context.
Egl(EGLContext)
Tuple Fields
0: EGLContext
Context handle for a egl context.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawHandle
impl UnwindSafe for RawHandle
Blanket Implementations
Mutably borrows from an owned value. Read more