Struct frida_sys::_GLogField
source · #[repr(C)]pub struct _GLogField {
pub key: *const gchar,
pub value: gconstpointer,
pub length: gssize,
}Fields§
§key: *const gchar§value: gconstpointer§length: gssizeTrait Implementations§
source§impl Clone for _GLogField
impl Clone for _GLogField
source§fn clone(&self) -> _GLogField
fn clone(&self) -> _GLogField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more