pub type MONERRSTRUCT = tagMONERRSTRUCT;Aliased Type§
#[repr(C)]pub struct MONERRSTRUCT {
pub cb: u32,
pub wLastError: u32,
pub dwTime: u64,
pub hTask: *mut c_void,
}Fields§
§cb: u32§wLastError: u32§dwTime: u64§hTask: *mut c_void