Struct rich_sdl2_rust::event::app::QuitEvent
source · pub struct QuitEvent {
pub timestamp: u32,
}
Expand description
An event on quitting the application.
Fields§
§timestamp: u32
When this event occurred.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QuitEvent
impl Send for QuitEvent
impl Sync for QuitEvent
impl Unpin for QuitEvent
impl UnwindSafe for QuitEvent
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