Struct frida_sys::_GCompletion
source · #[repr(C)]pub struct _GCompletion {
pub items: *mut GList,
pub func: GCompletionFunc,
pub prefix: *mut gchar,
pub cache: *mut GList,
pub strncmp_func: GCompletionStrncmpFunc,
}Fields§
§items: *mut GList§func: GCompletionFunc§prefix: *mut gchar§cache: *mut GList§strncmp_func: GCompletionStrncmpFuncTrait Implementations§
source§impl Clone for _GCompletion
impl Clone for _GCompletion
source§fn clone(&self) -> _GCompletion
fn clone(&self) -> _GCompletion
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