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
Trait Implementations
impl Copy for GTestLogMsg
[src]
impl Copy for GTestLogMsg
impl Clone for GTestLogMsg
[src]
impl Clone for GTestLogMsg
fn clone(&self) -> GTestLogMsg
[src]
fn clone(&self) -> GTestLogMsg
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GTestLogMsg
[src]
impl Debug for GTestLogMsg
Auto Trait Implementations
impl !Send for GTestLogMsg
impl !Send for GTestLogMsg
impl !Sync for GTestLogMsg
impl !Sync for GTestLogMsg