Enum sdl2::event::WindowEvent
[−]
[src]
pub enum WindowEvent { None, Shown, Hidden, Exposed, Moved(i32, i32), Resized(i32, i32), SizeChanged(i32, i32), Minimized, Maximized, Restored, Enter, Leave, FocusGained, FocusLost, Close, TakeFocus, HitTest, }
An enum of window events.
Variants
None
Shown
Hidden
Exposed
Moved(i32, i32)
Resized(i32, i32)
SizeChanged(i32, i32)
Minimized
Maximized
Restored
Enter
Leave
FocusGained
FocusLost
Close
TakeFocus
HitTest
Trait Implementations
impl Copy for WindowEvent
[src]
impl Clone for WindowEvent
[src]
fn clone(&self) -> WindowEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for WindowEvent
[src]
impl PartialEq for WindowEvent
[src]
fn eq(&self, __arg_0: &WindowEvent) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WindowEvent) -> bool
[src]
This method tests for !=
.
impl Hash for WindowEvent
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more