Struct gtk_sys::GtkRecentData[][src]

#[repr(C)]
pub struct GtkRecentData { pub display_name: *mut c_char, pub description: *mut c_char, pub mime_type: *mut c_char, pub app_name: *mut c_char, pub app_exec: *mut c_char, pub groups: *mut *mut c_char, pub is_private: gboolean, }

Fields

Trait Implementations

impl Copy for GtkRecentData
[src]

impl Clone for GtkRecentData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRecentData

impl !Sync for GtkRecentData