#[repr(C)]pub struct _GLogField {
pub key: *const gchar,
pub value: gconstpointer,
pub length: gssize,
}Fields§
§key: *const gchar§value: gconstpointer§length: gssizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GLogField
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