pub struct WindowHandle(/* private fields */);Expand description
Platform-specific window handle
Implementations§
Source§impl WindowHandle
impl WindowHandle
Trait Implementations§
impl Send for WindowHandle
Auto Trait Implementations§
impl !Sync for WindowHandle
impl Freeze for WindowHandle
impl RefUnwindSafe 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