Struct glib_sys::GTestLogMsg
source · [−]#[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,
/* private fields */
}Fields
log_type: GTestLogTypen_strings: c_uintstrings: *mut *mut c_charn_nums: c_uint