#[repr(C)]pub struct CAPEOPEN_1_2_ICapeThermoCompounds_VTable {
pub base: ICapeInterface_VTable,
pub GetCompoundConstant: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayValue) -> CapeResult>,
pub GetCompoundList: Option<unsafe extern "C" fn(me: *mut c_void, compIds: *mut ICapeArrayString, formulae: *mut ICapeArrayString, names: *mut ICapeArrayString, boilTemps: *mut ICapeArrayReal, molwts: *mut ICapeArrayReal, casnos: *mut ICapeArrayString) -> CapeResult>,
pub getConstPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>,
pub getNumCompounds: Option<unsafe extern "C" fn(me: *mut c_void, num: *mut CapeInteger) -> CapeResult>,
pub GetPDependentProperty: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, pressure: CapeReal, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayReal) -> CapeResult>,
pub getPDependentPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>,
pub GetTDependentProperty: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, temperature: CapeReal, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayReal) -> CapeResult>,
pub getTDependentPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§GetCompoundConstant: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayValue) -> CapeResult>§GetCompoundList: Option<unsafe extern "C" fn(me: *mut c_void, compIds: *mut ICapeArrayString, formulae: *mut ICapeArrayString, names: *mut ICapeArrayString, boilTemps: *mut ICapeArrayReal, molwts: *mut ICapeArrayReal, casnos: *mut ICapeArrayString) -> CapeResult>§getConstPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>§getNumCompounds: Option<unsafe extern "C" fn(me: *mut c_void, num: *mut CapeInteger) -> CapeResult>§GetPDependentProperty: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, pressure: CapeReal, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayReal) -> CapeResult>§getPDependentPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>§GetTDependentProperty: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString, temperature: CapeReal, compIds: *mut ICapeArrayString, containsMissingValues: *mut CapeBoolean, propVals: *mut ICapeArrayReal) -> CapeResult>§getTDependentPropList: Option<unsafe extern "C" fn(me: *mut c_void, props: *mut ICapeArrayString) -> CapeResult>Trait Implementations§
Source§impl Clone for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl Clone for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
Source§fn clone(&self) -> CAPEOPEN_1_2_ICapeThermoCompounds_VTable
fn clone(&self) -> CAPEOPEN_1_2_ICapeThermoCompounds_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_ICapeThermoCompounds_VTable
Auto Trait Implementations§
impl Freeze for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl RefUnwindSafe for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl Send for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl Sync for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl Unpin for CAPEOPEN_1_2_ICapeThermoCompounds_VTable
impl UnwindSafe for CAPEOPEN_1_2_ICapeThermoCompounds_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