#[repr(C)]pub struct CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable {
pub base: ICapeInterface_VTable,
pub GetStreamCollection: Option<unsafe extern "C" fn(me: *mut c_void, type_: CAPEOPEN_1_2_CapeStreamType, streamCollection: *mut *mut _CAPEOPEN_1_2_ICapeCollection) -> CapeResult>,
pub GetUnitOperationCollection: Option<unsafe extern "C" fn(me: *mut c_void, UnitOperationCollection: *mut *mut _CAPEOPEN_1_2_ICapeCollection) -> CapeResult>,
pub getSolutionStatus: Option<unsafe extern "C" fn(me: *mut c_void, solutionStatus: *mut CAPEOPEN_1_2_CapeSolutionStatus) -> CapeResult>,
pub getValStatus: Option<unsafe extern "C" fn(me: *mut c_void, validationStatus: *mut CAPEOPEN_1_2_CapeValidationStatus) -> CapeResult>,
pub RegisterForEvents: Option<unsafe extern "C" fn(me: *mut c_void, component: *mut ICapeInterface, events: *mut ICapeArrayEnumeration) -> CapeResult>,
pub getSupportedEvents: Option<unsafe extern "C" fn(me: *mut c_void, SupportedEvents: *mut ICapeArrayEnumeration) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§GetStreamCollection: Option<unsafe extern "C" fn(me: *mut c_void, type_: CAPEOPEN_1_2_CapeStreamType, streamCollection: *mut *mut _CAPEOPEN_1_2_ICapeCollection) -> CapeResult>§GetUnitOperationCollection: Option<unsafe extern "C" fn(me: *mut c_void, UnitOperationCollection: *mut *mut _CAPEOPEN_1_2_ICapeCollection) -> CapeResult>§getSolutionStatus: Option<unsafe extern "C" fn(me: *mut c_void, solutionStatus: *mut CAPEOPEN_1_2_CapeSolutionStatus) -> CapeResult>§getValStatus: Option<unsafe extern "C" fn(me: *mut c_void, validationStatus: *mut CAPEOPEN_1_2_CapeValidationStatus) -> CapeResult>§RegisterForEvents: Option<unsafe extern "C" fn(me: *mut c_void, component: *mut ICapeInterface, events: *mut ICapeArrayEnumeration) -> CapeResult>§getSupportedEvents: Option<unsafe extern "C" fn(me: *mut c_void, SupportedEvents: *mut ICapeArrayEnumeration) -> CapeResult>Trait Implementations§
Source§impl Clone for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl Clone for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
Source§fn clone(&self) -> CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
fn clone(&self) -> CAPEOPEN_1_2_ICapeFlowsheetMonitoring_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_ICapeFlowsheetMonitoring_VTable
Auto Trait Implementations§
impl Freeze for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl RefUnwindSafe for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl Send for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl Sync for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl Unpin for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_VTable
impl UnwindSafe for CAPEOPEN_1_2_ICapeFlowsheetMonitoring_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