Enum limn_core::prelude::glutin::os::unix::RawHandle []

pub enum RawHandle {
    Glx(*const c_void),
    Egl(*const c_void),
}

Context handles available on Unix-like platforms.

Variants

Trait Implementations

impl Debug for RawHandle

Formats the value using the given formatter. Read more

impl Clone for RawHandle

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more