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
g_iface: GTypeInterface
activate_action_full: Option<unsafe extern "C" fn(_: *mut GRemoteActionGroup, _: *const c_char, _: *mut GVariant, _: *mut GVariant)>
change_action_state_full: Option<unsafe extern "C" fn(_: *mut GRemoteActionGroup, _: *const c_char, _: *mut GVariant, _: *mut GVariant)>
Trait Implementations
impl Copy for GRemoteActionGroupInterface[src]
impl Clone for GRemoteActionGroupInterface[src]
fn clone(&self) -> GRemoteActionGroupInterface[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more