Struct gio_sys::GActionEntry[][src]

#[repr(C)]
pub struct GActionEntry { pub name: *const c_char, pub activate: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, pub parameter_type: *const c_char, pub state: *const c_char, pub change_state: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, pub padding: [size_t; 3], }

Fields

Trait Implementations

impl Copy for GActionEntry
[src]

impl Clone for GActionEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GActionEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GActionEntry

impl !Sync for GActionEntry