Struct frida_sys::GTestLogMsg
source · #[repr(C)]pub struct GTestLogMsg {
pub log_type: GTestLogType,
pub n_strings: guint,
pub strings: *mut *mut gchar,
pub n_nums: guint,
pub nums: *mut u128,
}Fields§
§log_type: GTestLogType§n_strings: guint§strings: *mut *mut gchar§n_nums: guint§nums: *mut u128Trait Implementations§
source§impl Clone for GTestLogMsg
impl Clone for GTestLogMsg
source§fn clone(&self) -> GTestLogMsg
fn clone(&self) -> GTestLogMsg
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