Struct sdl2_sys::SDL_SysWMmsg
source · #[repr(C)]pub struct SDL_SysWMmsg {
pub version: SDL_version,
pub subsystem: SDL_SYSWM_TYPE,
pub msg: SDL_SysWMmsg__bindgen_ty_1,
}
Expand description
The custom event structure.
Fields§
§version: SDL_version
§subsystem: SDL_SYSWM_TYPE
§msg: SDL_SysWMmsg__bindgen_ty_1
Trait Implementations§
source§impl Clone for SDL_SysWMmsg
impl Clone for SDL_SysWMmsg
source§fn clone(&self) -> SDL_SysWMmsg
fn clone(&self) -> SDL_SysWMmsg
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_SysWMmsg
Auto Trait Implementations§
impl Freeze for SDL_SysWMmsg
impl RefUnwindSafe for SDL_SysWMmsg
impl !Send for SDL_SysWMmsg
impl !Sync for SDL_SysWMmsg
impl Unpin for SDL_SysWMmsg
impl UnwindSafe for SDL_SysWMmsg
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