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 moresource§impl Debug for GdkEventProximity
impl Debug for GdkEventProximity
impl Copy for GdkEventProximity
Auto Trait Implementations§
impl RefUnwindSafe for GdkEventProximity
impl !Send for GdkEventProximity
impl !Sync for GdkEventProximity
impl Unpin for GdkEventProximity
impl UnwindSafe for GdkEventProximity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more