Module rustfbp::component [] [src]

Structs

CountReceiver
CountSender
OptionReceiver

Represent the default options simple input port

OutputSender

Represent a output port.

Enums

OutputPortError

Error for the OutputSender.

Traits

Component

Allows to manage a component from outside

ComponentConnect

Allows to manage the simple and array output port

ComponentRun

Allows to run a component once

IP

Define the minimal traits that an IP must have

InputArrayReceivers

Manage the array input ports of a component.

InputArraySenders

Manage the array input ports of a component.

InputSenders

Manage the simple input ports of a component.

Functions

count_channel
downcast

Downcast a Box to a type I. It returns the ownership of the variable, not a borrow.