#[repr(C)]pub struct CAPEOPEN_1_2_ICapeReport_VTable {
pub base: ICapeInterface_VTable,
pub getReportNames: Option<unsafe extern "C" fn(me: *mut c_void, names: *mut ICapeArrayString) -> CapeResult>,
pub ReportTypes: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, types: *mut ICapeArrayString) -> CapeResult>,
pub ReportLocales: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locales: *mut ICapeArrayString) -> CapeResult>,
pub CheckReportSpec: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, reportAvailable: *mut CapeBoolean) -> CapeResult>,
pub GenerateReport: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, reportContent: *mut ICapeString) -> CapeResult>,
pub GenerateReportFile: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, fileName: *mut ICapeString) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§getReportNames: Option<unsafe extern "C" fn(me: *mut c_void, names: *mut ICapeArrayString) -> CapeResult>§ReportTypes: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, types: *mut ICapeArrayString) -> CapeResult>§ReportLocales: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locales: *mut ICapeArrayString) -> CapeResult>§CheckReportSpec: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, reportAvailable: *mut CapeBoolean) -> CapeResult>§GenerateReport: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, reportContent: *mut ICapeString) -> CapeResult>§GenerateReportFile: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString, type_: *mut ICapeString, locale: *mut ICapeString, fileName: *mut ICapeString) -> CapeResult>Trait Implementations§
Source§impl Clone for CAPEOPEN_1_2_ICapeReport_VTable
impl Clone for CAPEOPEN_1_2_ICapeReport_VTable
Source§fn clone(&self) -> CAPEOPEN_1_2_ICapeReport_VTable
fn clone(&self) -> CAPEOPEN_1_2_ICapeReport_VTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CAPEOPEN_1_2_ICapeReport_VTable
Auto Trait Implementations§
impl Freeze for CAPEOPEN_1_2_ICapeReport_VTable
impl RefUnwindSafe for CAPEOPEN_1_2_ICapeReport_VTable
impl Send for CAPEOPEN_1_2_ICapeReport_VTable
impl Sync for CAPEOPEN_1_2_ICapeReport_VTable
impl Unpin for CAPEOPEN_1_2_ICapeReport_VTable
impl UnwindSafe for CAPEOPEN_1_2_ICapeReport_VTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more