pub trait Window:
HasWindowHandle
+ HasDisplayHandle
+ MaybeSend
+ MaybeSync
+ 'static { }
Expand description
A window that can be used in a Compositor
.
This is just a convenient super trait of the raw-window-handle
traits.
pub trait Window:
HasWindowHandle
+ HasDisplayHandle
+ MaybeSend
+ MaybeSync
+ 'static { }
A window that can be used in a Compositor
.
This is just a convenient super trait of the raw-window-handle
traits.