Struct panda_sys::_GLogField [−][src]
#[repr(C)]pub struct _GLogField { pub key: *const gchar, pub value: gconstpointer, pub length: gssize, }
Fields
key: *const gcharvalue: gconstpointerlength: gssizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GLogFieldimpl !Send for _GLogFieldimpl !Sync for _GLogFieldimpl Unpin for _GLogFieldimpl UnwindSafe for _GLogFieldBlanket Implementations
Mutably borrows from an owned value. Read more