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::cgl::display::Display

Available on cgl_backend only.