Struct glib_sys::GLogField[][src]

#[repr(C)]
pub struct GLogField { pub key: *const c_char, pub value: gconstpointer, pub length: ssize_t, }

Fields

Trait Implementations

impl Copy for GLogField
[src]

impl Clone for GLogField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GLogField
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GLogField

impl !Sync for GLogField