Struct gdk_sys::GdkEventAny[][src]

#[repr(C)]
pub struct GdkEventAny { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, }

Fields

Trait Implementations

impl Copy for GdkEventAny
[src]

impl Clone for GdkEventAny
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventAny
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GdkEventAny

impl !Sync for GdkEventAny