#[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 !Send for GLogField
impl !Sync for GLogField
impl Unpin for GLogField
impl UnwindSafe for GLogField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more