Struct browser_window::window::WindowHandle [−][src]
pub struct WindowHandle { /* fields omitted */ }
Expand description
A handle that exposes all windowing functionality.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WindowHandle
impl !Send for WindowHandle
impl !Sync for WindowHandle
impl Unpin for WindowHandle
impl UnwindSafe for WindowHandle
Blanket Implementations
Mutably borrows from an owned value. Read more