Struct gtk_sys::GtkStockItem
source · #[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§
§stock_id: *mut c_char
§label: *mut c_char
§modifier: GdkModifierType
§keyval: c_uint
§translation_domain: *mut c_char
Trait Implementations§
source§impl Clone for GtkStockItem
impl Clone for GtkStockItem
source§fn clone(&self) -> GtkStockItem
fn clone(&self) -> GtkStockItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more