Struct gtk_sys::GtkActionableInterface [] [src]

#[repr(C)]
pub struct GtkActionableInterface { pub g_iface: GTypeInterface, pub get_action_name: Option<unsafe extern "C" fn(_: *mut GtkActionable) -> *const c_char>, pub set_action_name: Option<unsafe extern "C" fn(_: *mut GtkActionable, _: *const c_char)>, pub get_action_target_value: Option<unsafe extern "C" fn(_: *mut GtkActionable) -> *mut GVariant>, pub set_action_target_value: Option<unsafe extern "C" fn(_: *mut GtkActionable, _: *mut GVariant)>, }

Fields

Trait Implementations

impl Copy for GtkActionableInterface
[src]

impl Clone for GtkActionableInterface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkActionableInterface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations