Struct sdl2_sys::SDL_CommonEvent
source · #[repr(C)]pub struct SDL_CommonEvent {
pub type_: Uint32,
pub timestamp: Uint32,
}
Expand description
\brief Fields shared by every event
Fields§
§type_: Uint32
§timestamp: Uint32
< In milliseconds, populated using SDL_GetTicks()
Trait Implementations§
source§impl Clone for SDL_CommonEvent
impl Clone for SDL_CommonEvent
source§fn clone(&self) -> SDL_CommonEvent
fn clone(&self) -> SDL_CommonEvent
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_CommonEvent
Auto Trait Implementations§
impl Freeze for SDL_CommonEvent
impl RefUnwindSafe for SDL_CommonEvent
impl Send for SDL_CommonEvent
impl Sync for SDL_CommonEvent
impl Unpin for SDL_CommonEvent
impl UnwindSafe for SDL_CommonEvent
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