Struct gtk_sys::GtkAction[][src]

#[repr(C)]
pub struct GtkAction { pub object: GObject, pub private_data: *mut GtkActionPrivate, }

Fields

Trait Implementations

impl Copy for GtkAction
[src]

impl Clone for GtkAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkAction

impl !Sync for GtkAction