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