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

Trait Implementations

impl Copy for GTestLogMsg
[src]

impl Clone for GTestLogMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTestLogMsg
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTestLogMsg

impl !Sync for GTestLogMsg