pub struct WindowHandle { /* private fields */ }Implementations§
Trait Implementations§
Source§impl HasRawWindowHandle for WindowHandle
impl HasRawWindowHandle for WindowHandle
fn raw_window_handle(&self) -> RawWindowHandle
Auto Trait Implementations§
impl Freeze for WindowHandle
impl !RefUnwindSafe for WindowHandle
impl !Send for WindowHandle
impl !Sync for WindowHandle
impl Unpin for WindowHandle
impl UnsafeUnpin 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