#[repr(C)]pub struct SDL_SysWMEvent {
pub _type: uint8_t,
pub msg: *mut SDL_SysWMmsg,
}Fields§
§_type: uint8_t§msg: *mut SDL_SysWMmsgTrait Implementations§
Source§impl Clone for SDL_SysWMEvent
impl Clone for SDL_SysWMEvent
Source§fn clone(&self) -> SDL_SysWMEvent
fn clone(&self) -> SDL_SysWMEvent
Returns a duplicate 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_SysWMEvent
Auto Trait Implementations§
impl Freeze for SDL_SysWMEvent
impl RefUnwindSafe for SDL_SysWMEvent
impl !Send for SDL_SysWMEvent
impl !Sync for SDL_SysWMEvent
impl Unpin for SDL_SysWMEvent
impl UnwindSafe for SDL_SysWMEvent
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