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: GtkMenuClass
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 GtkRecentChooserMenuClass
impl !Send for GtkRecentChooserMenuClass
impl !Sync for GtkRecentChooserMenuClass
impl Unpin for GtkRecentChooserMenuClass
impl UnwindSafe for GtkRecentChooserMenuClass
Blanket Implementations
Mutably borrows from an owned value. Read more