pub type wkeTempCallbackInfo = _wkeTempCallbackInfo;

Aliased Type§

struct wkeTempCallbackInfo {
    pub size: i32,
    pub frame: *mut c_void,
    pub willSendRequestInfo: *mut _wkeWillSendRequestInfo,
    pub url: *const i8,
    pub postBody: *mut _wkePostBodyElements,
    pub job: *mut c_void,
}

Fields§

§size: i32§frame: *mut c_void§willSendRequestInfo: *mut _wkeWillSendRequestInfo§url: *const i8§postBody: *mut _wkePostBodyElements§job: *mut c_void