Struct gtk_sys::GtkRecentChooserMenuClass [−][src]
#[repr(C)]pub struct GtkRecentChooserMenuClass { pub parent_class: GtkMenuClass, 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: GtkMenuClassgtk_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 GtkRecentChooserMenuClassimpl !Send for GtkRecentChooserMenuClassimpl !Sync for GtkRecentChooserMenuClassimpl Unpin for GtkRecentChooserMenuClassimpl UnwindSafe for GtkRecentChooserMenuClassBlanket Implementations
Mutably borrows from an owned value. Read more