pub struct EventUserData<R: Runtime> {
pub app: AppHandle<R>,
pub free_fn: unsafe extern "C" fn(*mut c_char),
pub window_label: String,
}Fields§
§app: AppHandle<R>§free_fn: unsafe extern "C" fn(*mut c_char)§window_label: StringTrait Implementations§
Auto Trait Implementations§
impl<R> !RefUnwindSafe for EventUserData<R>
impl<R> !UnwindSafe for EventUserData<R>
impl<R> Freeze for EventUserData<R>
impl<R> Send for EventUserData<R>
impl<R> Sync for EventUserData<R>
impl<R> Unpin for EventUserData<R>
impl<R> UnsafeUnpin for EventUserData<R>where
AppHandle<R>: 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