#[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 GdkDeviceTrait Implementations§
Source§impl Clone for GdkEventProximity
impl Clone for GdkEventProximity
Source§fn clone(&self) -> GdkEventProximity
fn clone(&self) -> GdkEventProximity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GdkEventProximity
Auto Trait Implementations§
impl !Send for GdkEventProximity
impl !Sync for GdkEventProximity
impl Freeze for GdkEventProximity
impl RefUnwindSafe for GdkEventProximity
impl Unpin for GdkEventProximity
impl UnsafeUnpin 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