frida_sys

Type Alias GQueue

source
pub type GQueue = _GQueue;

Aliased Type§

struct GQueue {
    pub head: *mut _GList,
    pub tail: *mut _GList,
    pub length: u32,
}

Fields§

§head: *mut _GList§tail: *mut _GList§length: u32