Struct tauri_runtime_wry::WindowEventWrapper
source · pub struct WindowEventWrapper(pub Option<WindowEvent>);
Tuple Fields§
§0: Option<WindowEvent>
Trait Implementations§
source§impl From<&WebviewEvent> for WindowEventWrapper
impl From<&WebviewEvent> for WindowEventWrapper
source§fn from(event: &WebviewEvent) -> Self
fn from(event: &WebviewEvent) -> Self
Converts to this type from the input type.
source§impl<'a> From<&WindowEvent<'a>> for WindowEventWrapper
impl<'a> From<&WindowEvent<'a>> for WindowEventWrapper
source§fn from(event: &WryWindowEvent<'a>) -> Self
fn from(event: &WryWindowEvent<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowEventWrapper
impl RefUnwindSafe for WindowEventWrapper
impl Send for WindowEventWrapper
impl Sync for WindowEventWrapper
impl Unpin for WindowEventWrapper
impl UnwindSafe for WindowEventWrapper
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