Struct gdk_sys::GdkEventProximity
source · #[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§
source§impl Clone for GdkEventProximity
impl Clone for GdkEventProximity
source§fn clone(&self) -> GdkEventProximity
fn clone(&self) -> GdkEventProximity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more