pub type ICapeError = _ICapeError;Aliased Type§
#[repr(C)]pub struct ICapeError {
pub me: *mut c_void,
pub vTbl: *mut ICapeError_VTable,
}Fields§
§me: *mut c_void§vTbl: *mut ICapeError_VTable!<function pointer table
pub type ICapeError = _ICapeError;#[repr(C)]pub struct ICapeError {
pub me: *mut c_void,
pub vTbl: *mut ICapeError_VTable,
}me: *mut c_void§vTbl: *mut ICapeError_VTable!<function pointer table