pub struct TimeStep<'a> { /* private fields */ }Expand description
A single time step being written, handed to the closure passed to
TimeSeriesDataWriter::write_time_step.
Each point_data/cell_data call writes its heavy
data immediately, so one buffer can serve every field of the step.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TimeStep<'a>
impl<'a> !UnwindSafe for TimeStep<'a>
impl<'a> Freeze for TimeStep<'a>
impl<'a> Send for TimeStep<'a>
impl<'a> Sync for TimeStep<'a>
impl<'a> Unpin for TimeStep<'a>
impl<'a> UnsafeUnpin for TimeStep<'a>
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