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