Struct gtk_sys::GtkAccelLabelClass[][src]

#[repr(C)]
pub struct GtkAccelLabelClass { pub parent_class: GtkLabelClass, pub signal_quote1: *mut c_char, pub signal_quote2: *mut c_char, pub mod_name_shift: *mut c_char, pub mod_name_control: *mut c_char, pub mod_name_alt: *mut c_char, pub mod_separator: *mut c_char, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GtkAccelLabelClass
[src]

impl Clone for GtkAccelLabelClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAccelLabelClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations