#[repr(C)]pub struct fmi2CallbackFunctions {
pub logger: fmi2CallbackLogger,
pub allocateMemory: fmi2CallbackAllocateMemory,
pub freeMemory: fmi2CallbackFreeMemory,
pub stepFinished: fmi2StepFinished,
pub componentEnvironment: fmi2ComponentEnvironment,
}Fields§
§logger: fmi2CallbackLogger§allocateMemory: fmi2CallbackAllocateMemory§freeMemory: fmi2CallbackFreeMemory§stepFinished: fmi2StepFinished§componentEnvironment: fmi2ComponentEnvironmentTrait Implementations§
Source§impl Clone for fmi2CallbackFunctions
impl Clone for fmi2CallbackFunctions
Source§fn clone(&self) -> fmi2CallbackFunctions
fn clone(&self) -> fmi2CallbackFunctions
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 moreSource§impl Debug for fmi2CallbackFunctions
impl Debug for fmi2CallbackFunctions
impl Copy for fmi2CallbackFunctions
Auto Trait Implementations§
impl Freeze for fmi2CallbackFunctions
impl RefUnwindSafe for fmi2CallbackFunctions
impl !Send for fmi2CallbackFunctions
impl !Sync for fmi2CallbackFunctions
impl Unpin for fmi2CallbackFunctions
impl UnwindSafe for fmi2CallbackFunctions
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