Struct frida_sys::_JsonGenerator
source · #[repr(C)]pub struct _JsonGenerator {
pub parent_instance: GObject,
pub priv_: *mut JsonGeneratorPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut JsonGeneratorPrivateTrait Implementations§
source§impl Clone for _JsonGenerator
impl Clone for _JsonGenerator
source§fn clone(&self) -> _JsonGenerator
fn clone(&self) -> _JsonGenerator
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