Struct glib_sys::GLogField [−][src]
#[repr(C)]pub struct GLogField { pub key: *const c_char, pub value: gconstpointer, pub length: ssize_t, }
Fields
key: *const c_char
value: gconstpointer
length: ssize_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GLogField
impl UnwindSafe for GLogField
Blanket Implementations
Mutably borrows from an owned value. Read more