Struct gtk_sys::GtkRecentAction
[−]
[src]
#[repr(C)]pub struct GtkRecentAction { pub parent_instance: GtkAction, pub priv_: *mut GtkRecentActionPrivate, }
Fields
parent_instance: GtkAction
priv_: *mut GtkRecentActionPrivate
Trait Implementations
impl Copy for GtkRecentAction
[src]
impl Clone for GtkRecentAction
[src]
fn clone(&self) -> GtkRecentAction
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more