Trait sixtyfps_corelib::window::WindowHandleAccess[][src]

pub trait WindowHandleAccess {
    fn window_handle(&self) -> &Rc<Window>;
}
Expand description

Internal trait used by generated code to access window internals.

Required methods

Returns a reference to the window implementation.

Implementors