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
sourceimpl Clone for GdkEventProximity
impl Clone for GdkEventProximity
sourcefn clone(&self) -> GdkEventProximity
fn clone(&self) -> GdkEventProximity
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more