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 GTestLogMsgimpl Clone for GTestLogMsg[src]
impl Clone for GTestLogMsgfn clone(&self) -> GTestLogMsg[src]
fn clone(&self) -> GTestLogMsgReturns 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 GTestLogMsgAuto Trait Implementations
impl !Send for GTestLogMsg
impl !Send for GTestLogMsgimpl !Sync for GTestLogMsg
impl !Sync for GTestLogMsg