Struct gtk_sys::GtkRecentChooserMenu [−][src]
#[repr(C)]pub struct GtkRecentChooserMenu { pub parent_instance: GtkMenu, pub priv_: *mut GtkRecentChooserMenuPrivate, }
Fields
parent_instance: GtkMenupriv_: *mut GtkRecentChooserMenuPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRecentChooserMenuimpl !Send for GtkRecentChooserMenuimpl !Sync for GtkRecentChooserMenuimpl Unpin for GtkRecentChooserMenuimpl UnwindSafe for GtkRecentChooserMenuBlanket Implementations
Mutably borrows from an owned value. Read more