Struct frida_sys::_GTypePluginClass
source · [−]#[repr(C)]pub struct _GTypePluginClass {
pub base_iface: GTypeInterface,
pub use_plugin: GTypePluginUse,
pub unuse_plugin: GTypePluginUnuse,
pub complete_type_info: GTypePluginCompleteTypeInfo,
pub complete_interface_info: GTypePluginCompleteInterfaceInfo,
}Fields
base_iface: GTypeInterfaceuse_plugin: GTypePluginUseunuse_plugin: GTypePluginUnusecomplete_type_info: GTypePluginCompleteTypeInfocomplete_interface_info: GTypePluginCompleteInterfaceInfoTrait Implementations
sourceimpl Clone for _GTypePluginClass
impl Clone for _GTypePluginClass
sourcefn clone(&self) -> _GTypePluginClass
fn clone(&self) -> _GTypePluginClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _GTypePluginClass
impl Debug for _GTypePluginClass
impl Copy for _GTypePluginClass
Auto Trait Implementations
impl RefUnwindSafe for _GTypePluginClass
impl Send for _GTypePluginClass
impl Sync for _GTypePluginClass
impl Unpin for _GTypePluginClass
impl UnwindSafe for _GTypePluginClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more