Struct emscripten_sys::emscripten_fetch_t [] [src]

#[repr(C)]
pub struct emscripten_fetch_t { pub id: c_uint, pub userData: *mut c_void, pub url: *const c_char, pub data: *const c_char, pub numBytes: u64, pub dataOffset: u64, pub totalBytes: u64, pub readyState: c_ushort, pub status: c_ushort, pub statusText: [c_char; 64], pub __proxyState: u32, pub __attributes: emscripten_fetch_attr_t, }

Fields