Struct gdk_sys::GdkEventProximity
[−]
[src]
#[repr(C)]pub struct GdkEventProximity { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub time: u32, pub device: *mut GdkDevice, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
time: u32
device: *mut GdkDevice
Trait Implementations
impl Copy for GdkEventProximity[src]
impl Clone for GdkEventProximity[src]
fn clone(&self) -> GdkEventProximity[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more