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