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
parent_class: GObjectClasschanged: Option<unsafe extern "C" fn(_: *mut GtkRecentManager)>_gtk_recent1: Option<unsafe extern "C" fn()>_gtk_recent2: Option<unsafe extern "C" fn()>_gtk_recent3: Option<unsafe extern "C" fn()>_gtk_recent4: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRecentManagerClassimpl !Send for GtkRecentManagerClassimpl !Sync for GtkRecentManagerClassimpl Unpin for GtkRecentManagerClassimpl UnwindSafe for GtkRecentManagerClassBlanket Implementations
Mutably borrows from an owned value. Read more