Struct fmu_runner::FmuLibrary
source · pub struct FmuLibrary {
pub fmu: Fmu,
/* private fields */
}Expand description
An instance of a loaded FMU dynamic library.
Fields§
§fmu: FmuThe unpacked FMU. The FmuLibrary needs to take ownership of it to keep the tempdir alive.
Methods from Deref<Target = Fmu>§
pub fn variables(&self) -> &HashMap<String, ScalarVariable>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FmuLibrary
impl Send for FmuLibrary
impl Sync for FmuLibrary
impl Unpin for FmuLibrary
impl !UnwindSafe for FmuLibrary
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