Struct glib_sys::GPtrArray [] [src]

pub struct GPtrArray {
    pub pdata: *mut gpointer,
    pub len: c_uint,
}

Fields