Struct gdk_sys::GdkEventDND [] [src]

#[repr(C)]
pub struct GdkEventDND { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub context: *mut GdkDragContext, pub time: u32, pub x_root: c_short, pub y_root: c_short, }

Fields

Trait Implementations

impl Debug for GdkEventDND
[src]

[src]

Formats the value using the given formatter.