Struct dvcompute_branch::simulation::ref_comp::RefComp
source · [−]pub struct RefComp<T> { /* private fields */ }
Expand description
A mutable cell computation synchronized with the event queue.
Implementations
Read the contents of the mutable cell at the specified time point.
Read the contents of the mutable cell within the Event
computation.
Swap the contents of the mutable cell at the specified time point.
Swap the contents of the mutable cell within the Event
computation.
Write into the contents of the mutable cell at the specified time point.
Write into the contents of the mutable cell within the Event
computation.
Mutate the contents of the mutable cell at the specified time point.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for RefComp<T>
impl<T> !UnwindSafe for RefComp<T>
Blanket Implementations
Mutably borrows from an owned value. Read more