Struct gtk_sys::GtkAction [−][src]
#[repr(C)]pub struct GtkAction { pub object: GObject, pub private_data: *mut GtkActionPrivate, }
Fields
object: GObject
private_data: *mut GtkActionPrivate
Trait Implementations
impl Copy for GtkAction[src]
impl Copy for GtkActionimpl Clone for GtkAction[src]
impl Clone for GtkActionfn clone(&self) -> GtkAction[src]
fn clone(&self) -> GtkActionReturns 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 GtkAction[src]
impl Debug for GtkAction