Struct frida_sys::_GValueArray
source · #[repr(C)]pub struct _GValueArray {
pub n_values: guint,
pub values: *mut GValue,
pub n_prealloced: guint,
}Fields§
§n_values: guint§values: *mut GValue§n_prealloced: guintTrait Implementations§
source§impl Clone for _GValueArray
impl Clone for _GValueArray
source§fn clone(&self) -> _GValueArray
fn clone(&self) -> _GValueArray
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