pub struct WindowWrapper { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for WindowWrapper
impl !RefUnwindSafe for WindowWrapper
impl !Send for WindowWrapper
impl !Sync for WindowWrapper
impl Unpin for WindowWrapper
impl !UnwindSafe for WindowWrapper
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