#[repr(C)]pub struct CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable {
pub base: ICapeInterface_VTable,
pub UnitOperationAdded: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>,
pub UnitOperationRemoved: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>,
pub UnitOperationRenamed: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit, oldName: *mut ICapeString) -> CapeResult>,
pub StreamAdded: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType) -> CapeResult>,
pub StreamRemoved: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType) -> CapeResult>,
pub StreamRenamed: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType, oldName: *mut ICapeString) -> CapeResult>,
pub ConnectionChanged: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType, port: *mut _CAPEOPEN_1_2_ICapeUnitPort, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>,
pub FlowsheetSolutionStatusChanged: Option<unsafe extern "C" fn(me: *mut c_void, solutionStatus: CAPEOPEN_1_2_CapeSolutionStatus) -> CapeResult>,
pub FlowsheetValidationStateChanged: Option<unsafe extern "C" fn(me: *mut c_void, validationStatus: CAPEOPEN_1_2_CapeValidationStatus) -> CapeResult>,
pub NextTimeStep: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§UnitOperationAdded: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>§UnitOperationRemoved: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>§UnitOperationRenamed: Option<unsafe extern "C" fn(me: *mut c_void, unit: *mut _CAPEOPEN_1_2_ICapeUnit, oldName: *mut ICapeString) -> CapeResult>§StreamAdded: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType) -> CapeResult>§StreamRemoved: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType) -> CapeResult>§StreamRenamed: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType, oldName: *mut ICapeString) -> CapeResult>§ConnectionChanged: Option<unsafe extern "C" fn(me: *mut c_void, stream: *mut _CAPEOPEN_1_2_ICapeStream, type_: CAPEOPEN_1_2_CapeStreamType, port: *mut _CAPEOPEN_1_2_ICapeUnitPort, unit: *mut _CAPEOPEN_1_2_ICapeUnit) -> CapeResult>§FlowsheetSolutionStatusChanged: Option<unsafe extern "C" fn(me: *mut c_void, solutionStatus: CAPEOPEN_1_2_CapeSolutionStatus) -> CapeResult>§FlowsheetValidationStateChanged: Option<unsafe extern "C" fn(me: *mut c_void, validationStatus: CAPEOPEN_1_2_CapeValidationStatus) -> CapeResult>§NextTimeStep: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeResult>Trait Implementations§
Source§impl Clone for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl Clone for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
Source§fn clone(&self) -> CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
fn clone(&self) -> CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_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_ICapeFlowsheetMonitoringEventSink_VTable
Auto Trait Implementations§
impl Freeze for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl RefUnwindSafe for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl Send for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl Sync for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl Unpin for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_VTable
impl UnwindSafe for CAPEOPEN_1_2_ICapeFlowsheetMonitoringEventSink_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