[][src]Union gdk_sys::GdkEvent

#[repr(C)]
pub union GdkEvent { pub type_: GdkEventType, pub any: GdkEventAny, pub expose: GdkEventExpose, pub visibility: GdkEventVisibility, pub motion: GdkEventMotion, pub button: GdkEventButton, pub touch: GdkEventTouch, pub scroll: GdkEventScroll, pub key: GdkEventKey, pub crossing: GdkEventCrossing, pub focus_change: GdkEventFocus, pub configure: GdkEventConfigure, pub property: GdkEventProperty, pub selection: GdkEventSelection, pub owner_change: GdkEventOwnerChange, pub proximity: GdkEventProximity, pub dnd: GdkEventDND, pub window_state: GdkEventWindowState, pub setting: GdkEventSetting, pub grab_broken: GdkEventGrabBroken, pub touchpad_swipe: GdkEventTouchpadSwipe, pub touchpad_pinch: GdkEventTouchpadPinch, pub pad_button: GdkEventPadButton, pub pad_axis: GdkEventPadAxis, pub pad_group_mode: GdkEventPadGroupMode, }

Fields

type_: GdkEventTypeany: GdkEventAnyexpose: GdkEventExposevisibility: GdkEventVisibilitymotion: GdkEventMotionbutton: GdkEventButtontouch: GdkEventTouchscroll: GdkEventScrollkey: GdkEventKeycrossing: GdkEventCrossingfocus_change: GdkEventFocusconfigure: GdkEventConfigureproperty: GdkEventPropertyselection: GdkEventSelectionowner_change: GdkEventOwnerChangeproximity: GdkEventProximitydnd: GdkEventDNDwindow_state: GdkEventWindowStatesetting: GdkEventSettinggrab_broken: GdkEventGrabBrokentouchpad_swipe: GdkEventTouchpadSwipetouchpad_pinch: GdkEventTouchpadPinchpad_button: GdkEventPadButtonpad_axis: GdkEventPadAxispad_group_mode: GdkEventPadGroupMode

Trait Implementations

impl Clone for GdkEvent[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GdkEvent[src]

impl Debug for GdkEvent[src]

Auto Trait Implementations

impl !Send for GdkEvent

impl !Sync for GdkEvent

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.