Struct frida_sys::_GActionInterface [−][src]
#[repr(C)]pub struct _GActionInterface { pub g_iface: GTypeInterface, pub get_name: Option<unsafe extern "C" fn(action: *mut GAction) -> *const gchar>, pub get_parameter_type: Option<unsafe extern "C" fn(action: *mut GAction) -> *const GVariantType>, pub get_state_type: Option<unsafe extern "C" fn(action: *mut GAction) -> *const GVariantType>, pub get_state_hint: Option<unsafe extern "C" fn(action: *mut GAction) -> *mut GVariant>, pub get_enabled: Option<unsafe extern "C" fn(action: *mut GAction) -> gboolean>, pub get_state: Option<unsafe extern "C" fn(action: *mut GAction) -> *mut GVariant>, pub change_state: Option<unsafe extern "C" fn(action: *mut GAction, value: *mut GVariant)>, pub activate: Option<unsafe extern "C" fn(action: *mut GAction, parameter: *mut GVariant)>, }
Fields
g_iface: GTypeInterfaceget_name: Option<unsafe extern "C" fn(action: *mut GAction) -> *const gchar>get_parameter_type: Option<unsafe extern "C" fn(action: *mut GAction) -> *const GVariantType>get_state_type: Option<unsafe extern "C" fn(action: *mut GAction) -> *const GVariantType>get_state_hint: Option<unsafe extern "C" fn(action: *mut GAction) -> *mut GVariant>get_enabled: Option<unsafe extern "C" fn(action: *mut GAction) -> gboolean>get_state: Option<unsafe extern "C" fn(action: *mut GAction) -> *mut GVariant>change_state: Option<unsafe extern "C" fn(action: *mut GAction, value: *mut GVariant)>activate: Option<unsafe extern "C" fn(action: *mut GAction, parameter: *mut GVariant)>Trait Implementations
impl Clone for _GActionInterface[src]
impl Clone for _GActionInterface[src]fn clone(&self) -> _GActionInterface[src]
fn clone(&self) -> _GActionInterface[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for _GActionInterface[src]
impl Debug for _GActionInterface[src]impl Copy for _GActionInterface[src]
Auto Trait Implementations
impl RefUnwindSafe for _GActionInterface
impl Send for _GActionInterface
impl Sync for _GActionInterface
impl Unpin for _GActionInterface
impl UnwindSafe for _GActionInterface
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more