pub type mbPostBodyElement = _mbPostBodyElement;Aliased Type§
struct mbPostBodyElement {
pub size: i32,
pub type_: i32,
pub data: *mut _mbMemBuf,
pub filePath: *mut mbString,
pub fileStart: i64,
pub fileLength: i64,
}Fields§
§size: i32§type_: i32§data: *mut _mbMemBuf§filePath: *mut mbString§fileStart: i64§fileLength: i64