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
Glx(*const c_void)
Egl(*const c_void)
Trait Implementations
impl Debug for RawHandle
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more