#[repr(C)]pub struct GLogField {
pub key: *const c_char,
pub value: gconstpointer,
pub length: ssize_t,
}
Fields§
§key: *const c_char
§value: gconstpointer
§length: ssize_t
Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more