Struct gdk_sys::GdkEventFocus [−][src]
#[repr(C)]pub struct GdkEventFocus { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub in_: i16, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
in_: i16
Trait Implementations
impl Copy for GdkEventFocus
[src]
impl Copy for GdkEventFocus
impl Clone for GdkEventFocus
[src]
impl Clone for GdkEventFocus
fn clone(&self) -> GdkEventFocus
[src]
fn clone(&self) -> GdkEventFocus
Returns 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 GdkEventFocus
[src]
impl Debug for GdkEventFocus
Auto Trait Implementations
impl !Send for GdkEventFocus
impl !Send for GdkEventFocus
impl !Sync for GdkEventFocus
impl !Sync for GdkEventFocus