Docs.rs
browser-window-0.6.0
browser-window 0.6.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
bamidev
Dependencies
browser-window-core ^0.1.0
normal
futures-channel ^0.3
normal
lazy_static ^1
normal
unsafe-send-sync ^0.1
normal
serde_json ^1.0
dev
Versions
77.65%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait OwnedWindow
Required Methods
window_handle
Implementors
Other items in
browser_window
::
window
Structs
ContentDimensions
Opacity
Position
Title
WindowBuilder
WindowDimensions
WindowHandle
WindowResizeEventArgs
Traits
OwnedWindow
Type Definitions
StandardWindowEvent
ayu
dark
light
?
Trait
browser_window
::
window
::
OwnedWindow
[
−
]
[src]
pub trait OwnedWindow { fn
window_handle
(&self) ->
WindowHandle
; }
Required methods
[src]
fn
window_handle
(&self) ->
WindowHandle
Implementors
[src]
impl
OwnedWindow
for
BrowserWindow
[src]
impl
OwnedWindow
for
BrowserWindowThreaded