Struct gtk_sys::GtkStockItem[][src]

#[repr(C)]
pub struct GtkStockItem { pub stock_id: *mut c_char, pub label: *mut c_char, pub modifier: GdkModifierType, pub keyval: c_uint, pub translation_domain: *mut c_char, }

Fields

Trait Implementations

impl Copy for GtkStockItem
[src]

impl Clone for GtkStockItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkStockItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkStockItem

impl !Sync for GtkStockItem