Struct gtk_sys::GtkPadActionEntry
[−]
[src]
#[repr(C)]pub struct GtkPadActionEntry { pub type_: GtkPadActionType, pub index: c_int, pub mode: c_int, pub label: *mut c_char, pub action_name: *mut c_char, }
Fields
type_: GtkPadActionType
index: c_int
mode: c_int
label: *mut c_char
action_name: *mut c_char
Trait Implementations
impl Copy for GtkPadActionEntry[src]
impl Clone for GtkPadActionEntry[src]
fn clone(&self) -> GtkPadActionEntry[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more