Struct glib_sys::GLogField [−][src]
#[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
impl Copy for GLogField
[src]
impl Copy for GLogField
impl Clone for GLogField
[src]
impl Clone for GLogField
fn clone(&self) -> GLogField
[src]
fn clone(&self) -> GLogField
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GLogField
[src]
impl Debug for GLogField