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
Auto Trait Implementations
impl RefUnwindSafe for GtkPadActionEntry
impl !Send for GtkPadActionEntry
impl !Sync for GtkPadActionEntry
impl Unpin for GtkPadActionEntry
impl UnwindSafe for GtkPadActionEntry
Blanket Implementations
Mutably borrows from an owned value. Read more