Enum sdl2::event::WindowEventId [] [src]

pub enum WindowEventId {
    None,
    Shown,
    Hidden,
    Exposed,
    Moved,
    Resized,
    SizeChanged,
    Minimized,
    Maximized,
    Restored,
    Enter,
    Leave,
    FocusGained,
    FocusLost,
    Close,
}

An enum of window events.

Variants

None
Shown
Hidden
Exposed
Moved
Resized
SizeChanged
Minimized
Maximized
Restored
Enter
Leave
FocusGained
FocusLost
Close

Trait Implementations

Derived Implementations

impl Debug for WindowEventId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for WindowEventId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for WindowEventId

fn eq(&self, __arg_0: &WindowEventId) -> bool

fn ne(&self, __arg_0: &WindowEventId) -> bool

impl Eq for WindowEventId

impl Clone for WindowEventId

fn clone(&self) -> WindowEventId

fn clone_from(&mut self, source: &Self)

impl Copy for WindowEventId