Struct dvcompute_gpss_branch::simulation::storage::NewStorage   [−][src]
pub struct NewStorage<T> { /* fields omitted */ }Expand description
Computation that creates a new storage.
Trait Implementations
Convert to the Process computation.
Convert to the Composite computation.
Bind the current computation with its continuation within the resulting computation.
Map the current computation using the specified transform.
Zip the current computation with another one within the resulting computation.
The function application.
Run the computation in the start time.
Run the computation in the start time by processing the current events or not.
Run the computation in the stop time.
Run the computation in the stop time by processing the current events or not.
Convert into a boxed value.
Auto Trait Implementations
impl<T> RefUnwindSafe for NewStorage<T> where
    T: RefUnwindSafe, 
impl<T> Send for NewStorage<T> where
    T: Send, 
impl<T> Sync for NewStorage<T> where
    T: Sync, 
impl<T> Unpin for NewStorage<T> where
    T: Unpin, 
impl<T> UnwindSafe for NewStorage<T> where
    T: UnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more
