Struct frida_sys::JsonObjectIter
source · #[repr(C)]pub struct JsonObjectIter {
pub priv_pointer: [gpointer; 6],
pub priv_int: [c_int; 2],
pub priv_boolean: [gboolean; 1],
}Fields§
§priv_pointer: [gpointer; 6]§priv_int: [c_int; 2]§priv_boolean: [gboolean; 1]Trait Implementations§
source§impl Clone for JsonObjectIter
impl Clone for JsonObjectIter
source§fn clone(&self) -> JsonObjectIter
fn clone(&self) -> JsonObjectIter
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