pub trait AsRawDisplay {
    // Required method
    fn raw_display(&self) -> RawDisplay;
}
Expand description

Get the raw handle to the Display.

Required Methods§

source

fn raw_display(&self) -> RawDisplay

A raw handle to the underlying Api display.

Implementors§

source§

impl AsRawDisplay for glutin::display::Display

source§

impl AsRawDisplay for glutin::api::egl::display::Display

Available on egl_backend only.
source§

impl AsRawDisplay for glutin::api::glx::display::Display

Available on glx_backend only.