Struct i_slint_backend_winit::SlintUserEvent
source · #[non_exhaustive]pub struct SlintUserEvent(/* private fields */);
Expand description
Internal type used by the winit backend for thread communication and window system updates.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlintUserEvent
impl !RefUnwindSafe for SlintUserEvent
impl Send for SlintUserEvent
impl !Sync for SlintUserEvent
impl Unpin for SlintUserEvent
impl !UnwindSafe for SlintUserEvent
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