Struct glib_sys::GTestLogBuffer 
source · #[repr(C)]pub struct GTestLogBuffer {
    pub data: *mut GString,
    pub msgs: *mut GSList,
}Fields§
§data: *mut GString§msgs: *mut GSListTrait Implementations§
source§impl Clone for GTestLogBuffer
 
impl Clone for GTestLogBuffer
source§fn clone(&self) -> GTestLogBuffer
 
fn clone(&self) -> GTestLogBuffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more