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