Struct gtk_sys::GtkRecentManagerClass[][src]

#[repr(C)]
pub struct GtkRecentManagerClass { pub parent_class: GObjectClass, pub changed: Option<unsafe extern "C" fn(_: *mut GtkRecentManager)>, pub _gtk_recent1: Option<unsafe extern "C" fn()>, pub _gtk_recent2: Option<unsafe extern "C" fn()>, pub _gtk_recent3: Option<unsafe extern "C" fn()>, pub _gtk_recent4: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GtkRecentManagerClass
[src]

impl Clone for GtkRecentManagerClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentManagerClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations