pub struct WindowHandle {
pub window_handle: Window,
pub size: WindowSize,
pub monitor_handle: MonitorHandle,
}
Fields§
§window_handle: Window
§size: WindowSize
§monitor_handle: MonitorHandle
Auto Trait Implementations§
impl !Freeze for WindowHandle
impl !RefUnwindSafe for WindowHandle
impl Send for WindowHandle
impl Sync for WindowHandle
impl Unpin for WindowHandle
impl !UnwindSafe for WindowHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more