pub trait AsRawDisplay {
// Required method
fn raw_display(&self) -> RawDisplay;
}
Expand description
Get the raw handle to the Display
.
Required Methods§
Sourcefn raw_display(&self) -> RawDisplay
fn raw_display(&self) -> RawDisplay
A raw handle to the underlying Api display.