Struct frida_sys::_GTypeQuery
source · #[repr(C)]pub struct _GTypeQuery {
pub type_: GType,
pub type_name: *const gchar,
pub class_size: guint,
pub instance_size: guint,
}Fields§
§type_: GType§type_name: *const gchar§class_size: guint§instance_size: guintTrait Implementations§
source§impl Clone for _GTypeQuery
impl Clone for _GTypeQuery
source§fn clone(&self) -> _GTypeQuery
fn clone(&self) -> _GTypeQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more