Re-exports§
pub use ExternalPortId as _;pub use CycleId as _;pub use ClockId as _;pub use SidecarId as _;pub use StmtId as _;pub use HandoffId as _;
Structs§
- ClockId
- ID for clocks (ticks).
- CycleId
- ID for a
crate::location::Location::forward_refcycle. - External
Port Id - ID for an external output.
- Flow
Builder - Handoff
Id - ID for a handoff channel in the simulator.
- Sidecar
Id - ID for user-owned sidecars.
- StmtId
- ID for a statement in the emitted DFIR graph.
Enums§
- Sidecar
- A compile-time directive to spawn a future on a location’s
LocalSetalongside the DFIR scheduler.