Struct frida_sys::_GParamSpecGType
source · #[repr(C)]pub struct _GParamSpecGType {
pub parent_instance: GParamSpec,
pub is_a_type: GType,
}Fields§
§parent_instance: GParamSpec§is_a_type: GTypeTrait Implementations§
source§impl Clone for _GParamSpecGType
impl Clone for _GParamSpecGType
source§fn clone(&self) -> _GParamSpecGType
fn clone(&self) -> _GParamSpecGType
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