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