Struct gdk_sys::GdkEventGrabBroken[][src]

#[repr(C)]
pub struct GdkEventGrabBroken { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub keyboard: gboolean, pub implicit: gboolean, pub grab_window: *mut GdkWindow, }

Fields

Trait Implementations

impl Copy for GdkEventGrabBroken
[src]

impl Clone for GdkEventGrabBroken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventGrabBroken
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations