#[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 GLogField
impl UnwindSafe for GLogField
Blanket Implementations
Mutably borrows from an owned value. Read more