Struct glib_sys::GTestLogMsg
[−]
[src]
#[repr(C)]pub struct GTestLogMsg { pub log_type: GTestLogType, pub n_strings: c_uint, pub strings: *mut *mut c_char, pub n_nums: c_uint, pub nums: *mut c_long, }
Fields
log_type: GTestLogType
n_strings: c_uint
strings: *mut *mut c_char
n_nums: c_uint
nums: *mut c_long