Struct fastiron_stats::structures::raw::TimerReport
source · pub struct TimerReport {
pub timers_data: [SummarizedVariable; 6],
}
Expand description
Structure used to represent the entire timer report of a single simulation
Fields§
§timers_data: [SummarizedVariable; 6]
Array of the section timers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerReport
impl RefUnwindSafe for TimerReport
impl Send for TimerReport
impl Sync for TimerReport
impl Unpin for TimerReport
impl UnwindSafe for TimerReport
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