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