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