Struct sdl2_sys::SDL_OSEvent
source · #[repr(C)]pub struct SDL_OSEvent {
pub type_: Uint32,
pub timestamp: Uint32,
}
Expand description
\brief OS Specific event
Fields§
§type_: Uint32
< ::SDL_QUIT
timestamp: Uint32
< In milliseconds, populated using SDL_GetTicks()
Trait Implementations§
source§impl Clone for SDL_OSEvent
impl Clone for SDL_OSEvent
source§fn clone(&self) -> SDL_OSEvent
fn clone(&self) -> SDL_OSEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SDL_OSEvent
Auto Trait Implementations§
impl Freeze for SDL_OSEvent
impl RefUnwindSafe for SDL_OSEvent
impl Send for SDL_OSEvent
impl Sync for SDL_OSEvent
impl Unpin for SDL_OSEvent
impl UnwindSafe for SDL_OSEvent
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