pub struct Window {}
Implementations§
Trait Implementations§
Source§impl HasRawDisplayHandle for Window
impl HasRawDisplayHandle for Window
fn raw_display_handle(&self) -> RawDisplayHandle
Source§impl HasRawWindowHandle for Window
impl HasRawWindowHandle for Window
fn raw_window_handle(&self) -> RawWindowHandle
Auto Trait Implementations§
impl Freeze for Window
impl RefUnwindSafe for Window
impl Send for Window
impl Sync for Window
impl Unpin for Window
impl UnwindSafe for Window
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