[−][src]Enum sdl2::event::WindowEvent
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
Methods
impl WindowEvent
[src][−]
pub fn is_same_kind_as(&self, other: &WindowEvent) -> bool
[src]
Trait Implementations
impl Clone for WindowEvent
[src][+]
impl Copy for WindowEvent
[src]
impl Debug for WindowEvent
[src][+]
impl Eq for WindowEvent
[src]
impl Hash for WindowEvent
[src][+]
impl PartialEq<WindowEvent> for WindowEvent
[src][+]
impl StructuralEq for WindowEvent
[src]
impl StructuralPartialEq for WindowEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowEvent
impl Send for WindowEvent
impl Sync for WindowEvent
impl Unpin for WindowEvent
impl UnwindSafe for WindowEvent
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,