pub struct DummyWindow(/* private fields */);
Expand description
Wrapper type of invisible window handle.
Implementations§
Trait Implementations§
Source§impl Debug for DummyWindow
impl Debug for DummyWindow
Auto Trait Implementations§
impl Freeze for DummyWindow
impl RefUnwindSafe for DummyWindow
impl Send for DummyWindow
impl Sync for DummyWindow
impl Unpin for DummyWindow
impl UnwindSafe for DummyWindow
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