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