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
fn window_handle(&self) -> &Rc<Window>
fn window_handle(&self) -> &Rc<Window>
Returns a reference to the window implementation.