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

Trait Implementations

impl Copy for GtkPadActionEntry
[src]

impl Clone for GtkPadActionEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkPadActionEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations