Struct atk_sys::AtkActionIface[][src]

#[repr(C)]
pub struct AtkActionIface { pub parent: GTypeInterface, pub do_action: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> gboolean>, pub get_n_actions: Option<unsafe extern "C" fn(_: *mut AtkAction) -> c_int>, pub get_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>, pub get_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>, pub get_keybinding: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>, pub set_description: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int, _: *const c_char) -> gboolean>, pub get_localized_name: Option<unsafe extern "C" fn(_: *mut AtkAction, _: c_int) -> *const c_char>, }

Fields

Trait Implementations

impl Copy for AtkActionIface
[src]

impl Clone for AtkActionIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkActionIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations