Struct gdk_sys::GdkEventSetting[][src]

#[repr(C)]
pub struct GdkEventSetting { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub action: GdkSettingAction, pub name: *mut c_char, }

Fields

Trait Implementations

impl Copy for GdkEventSetting
[src]

impl Clone for GdkEventSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventSetting
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations