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
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
Mutably borrows from an owned value. Read more