Enum glutin::os::unix::RawHandle[][src]

pub enum RawHandle {
    Glx(GLXContext),
    Egl(EGLContext),
}

Context handles available on Unix-like platforms.

Variants

Trait Implementations

impl Clone for RawHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RawHandle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for RawHandle

impl !Sync for RawHandle