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 Copy for GtkRecentAction
impl Clone for GtkRecentAction
[src]
impl Clone for GtkRecentAction
fn clone(&self) -> GtkRecentAction
[src]
fn clone(&self) -> GtkRecentAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkRecentAction
[src]
impl Debug for GtkRecentAction
Auto Trait Implementations
impl !Send for GtkRecentAction
impl !Send for GtkRecentAction
impl !Sync for GtkRecentAction
impl !Sync for GtkRecentAction