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 Copy for GdkEventDND
[src]

impl Clone for GdkEventDND
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventDND
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GdkEventDND

impl !Sync for GdkEventDND