Struct tis_100::io::IoBusView [] [src]

pub struct IoBusView<'a> { /* fields omitted */ }

Provides access to the IoBus for a single node. This ensures that nodes are only able to read and write on ports that they are connected to.

Methods

impl<'a> IoBusView<'a>
[src]

Receive data on a given port.

Send data on a given port.

Check if an output port has been read.

Trait Implementations

impl<'a> Debug for IoBusView<'a>
[src]

Formats the value using the given formatter.