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
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
keyboard: gboolean
implicit: gboolean
grab_window: *mut GdkWindow
Trait Implementations
impl Copy for GdkEventGrabBroken[src]
impl Copy for GdkEventGrabBrokenimpl Clone for GdkEventGrabBroken[src]
impl Clone for GdkEventGrabBrokenfn clone(&self) -> GdkEventGrabBroken[src]
fn clone(&self) -> GdkEventGrabBrokenReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GdkEventGrabBroken[src]
impl Debug for GdkEventGrabBrokenAuto Trait Implementations
impl !Send for GdkEventGrabBroken
impl !Send for GdkEventGrabBrokenimpl !Sync for GdkEventGrabBroken
impl !Sync for GdkEventGrabBroken