#[repr(C)]pub struct fmi2EventInfo {
pub newDiscreteStatesNeeded: fmi2Boolean,
pub terminateSimulation: fmi2Boolean,
pub nominalsOfContinuousStatesChanged: fmi2Boolean,
pub valuesOfContinuousStatesChanged: fmi2Boolean,
pub nextEventTimeDefined: fmi2Boolean,
pub nextEventTime: fmi2Real,
}Fields§
§newDiscreteStatesNeeded: fmi2Boolean§terminateSimulation: fmi2Boolean§nominalsOfContinuousStatesChanged: fmi2Boolean§valuesOfContinuousStatesChanged: fmi2Boolean§nextEventTimeDefined: fmi2Boolean§nextEventTime: fmi2RealTrait Implementations§
Source§impl Clone for fmi2EventInfo
impl Clone for fmi2EventInfo
Source§fn clone(&self) -> fmi2EventInfo
fn clone(&self) -> fmi2EventInfo
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 fmi2EventInfo
impl Debug for fmi2EventInfo
Source§impl Default for fmi2EventInfo
impl Default for fmi2EventInfo
impl Copy for fmi2EventInfo
Auto Trait Implementations§
impl Freeze for fmi2EventInfo
impl RefUnwindSafe for fmi2EventInfo
impl Send for fmi2EventInfo
impl Sync for fmi2EventInfo
impl Unpin for fmi2EventInfo
impl UnwindSafe for fmi2EventInfo
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