pub struct WryBindgenEvent { /* private fields */ }Expand description
Application-level events that can be sent through the event loop.
This enum wraps both IPC messages from JavaScript and control messages from the application (like shutdown requests).
Trait Implementations§
Source§impl Clone for WryBindgenEvent
impl Clone for WryBindgenEvent
Source§fn clone(&self) -> WryBindgenEvent
fn clone(&self) -> WryBindgenEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WryBindgenEvent
impl RefUnwindSafe for WryBindgenEvent
impl Send for WryBindgenEvent
impl Sync for WryBindgenEvent
impl Unpin for WryBindgenEvent
impl UnwindSafe for WryBindgenEvent
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