Struct tauri_runtime_wry::WindowWrapper
source · 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