GLogField

Type Alias GLogField 

Source
pub type GLogField = _GLogField;

Aliased Type§

#[repr(C)]
pub struct GLogField { pub key: *const i8, pub value: *const c_void, pub length: i64, }

Fields§

§key: *const i8§value: *const c_void§length: i64