Enum caminos_lib::event::CyclePosition[][src]

pub enum CyclePosition {
    Begin,
    End,
}
Expand description

This is used to sort the processing of the events inside a cycle. If some event occurs at Begin then its result will be visible for events at End. Specifically, we ensure that all the phits have arrived before arbitring. Currently at Being: phit movements and clears. Currently at End: Generics.

Variants

Begin
End

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.