Struct tauri_runtime_wry::EventProxy
source · pub struct EventProxy<T: UserEvent>(/* private fields */);
Trait Implementations§
source§impl<T: Clone + UserEvent> Clone for EventProxy<T>
impl<T: Clone + UserEvent> Clone for EventProxy<T>
source§fn clone(&self) -> EventProxy<T>
fn clone(&self) -> EventProxy<T>
Returns a copy 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 moresource§impl<T: UserEvent> EventLoopProxy<T> for EventProxy<T>
impl<T: UserEvent> EventLoopProxy<T> for EventProxy<T>
fn send_event(&self, event: T) -> Result<()>
Auto Trait Implementations§
impl<T> Freeze for EventProxy<T>
impl<T> RefUnwindSafe for EventProxy<T>
impl<T> Send for EventProxy<T>
impl<T> Sync for EventProxy<T>
impl<T> Unpin for EventProxy<T>
impl<T> UnwindSafe for EventProxy<T>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)