Struct glib_sys::GTestLogBuffer[][src]

#[repr(C)]
pub struct GTestLogBuffer { pub data: *mut GString, pub msgs: *mut GSList, }

Fields

Trait Implementations

impl Copy for GTestLogBuffer
[src]

impl Clone for GTestLogBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTestLogBuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GTestLogBuffer

impl !Sync for GTestLogBuffer