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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GLogField
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GLogField

impl !Sync for GLogField