Trait RWHandleExt

Source
pub trait RWHandleExt {
    // Required method
    fn use_compat(&self) -> RwhCompat;
}
Expand description

Compat trait ext for RawWindowHandle 4.x

Required Methods§

Source

fn use_compat(&self) -> RwhCompat

use raw-window-handle 4.x compatible

Implementations on Foreign Types§

Source§

impl RWHandleExt for GlWindow

Source§

impl RWHandleExt for Window

Implementors§