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_charvalue: gconstpointerlength: ssize_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GLogFieldimpl UnwindSafe for GLogFieldBlanket Implementations
Mutably borrows from an owned value. Read more