Struct gio_sys::GRemoteActionGroupInterface[][src]

#[repr(C)]
pub struct GRemoteActionGroupInterface { pub g_iface: GTypeInterface, pub activate_action_full: Option<unsafe extern "C" fn(_: *mut GRemoteActionGroup, _: *const c_char, _: *mut GVariant, _: *mut GVariant)>, pub change_action_state_full: Option<unsafe extern "C" fn(_: *mut GRemoteActionGroup, _: *const c_char, _: *mut GVariant, _: *mut GVariant)>, }

Fields

Trait Implementations

impl Copy for GRemoteActionGroupInterface
[src]

impl Clone for GRemoteActionGroupInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GRemoteActionGroupInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations