pub struct DynEventLoopProxy<T: UserEvent> { /* private fields */ }Expand description
The EventLoopProxy of DynRuntime.
Trait Implementations§
Source§impl<T: UserEvent> Clone for DynEventLoopProxy<T>
impl<T: UserEvent> Clone for DynEventLoopProxy<T>
Source§impl<T: UserEvent> EventLoopProxy<T> for DynEventLoopProxy<T>
impl<T: UserEvent> EventLoopProxy<T> for DynEventLoopProxy<T>
fn send_event(&self, event: T) -> Result<()>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for DynEventLoopProxy<T>
impl<T> !UnwindSafe for DynEventLoopProxy<T>
impl<T> Freeze for DynEventLoopProxy<T>
impl<T> Send for DynEventLoopProxy<T>
impl<T> Sync for DynEventLoopProxy<T>
impl<T> Unpin for DynEventLoopProxy<T>
impl<T> UnsafeUnpin for DynEventLoopProxy<T>where
Arc<dyn ErasedEventLoopProxy<T>>: UnsafeUnpin,
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