[−][src]Enum sdl2_sys::SDL_WindowEventID
\brief Event subtype for window events
Variants
< Never used
< Window has been shown
< Window has been hidden
< Window has been exposed and should be redrawn
< Window has been moved to data1, data2
< Window has been resized to data1xdata2
< The window size has changed, either as a result of an API call or through the system or user changing the window size.
< Window has been minimized
< Window has been maximized
< Window has been restored to normal size and position
< Window has gained mouse focus
< Window has lost mouse focus
< Window has gained keyboard focus
< Window has lost keyboard focus
< The window manager requests that the window be closed
< Window is being offered a focus (should SetWindowInputFocus() on itself or a subwindow, or ignore)
< Window had a hit test that wasn't SDL_HITTEST_NORMAL.
Trait Implementations
impl Clone for SDL_WindowEventID
[src]
fn clone(&self) -> SDL_WindowEventID
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SDL_WindowEventID
[src]
impl Debug for SDL_WindowEventID
[src]
impl Eq for SDL_WindowEventID
[src]
impl Hash for SDL_WindowEventID
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<SDL_WindowEventID> for SDL_WindowEventID
[src]
fn eq(&self, other: &SDL_WindowEventID) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for SDL_WindowEventID
[src]
impl StructuralPartialEq for SDL_WindowEventID
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,