Struct portus::Datapath[][src]

pub struct Datapath<T: Ipc> { /* fields omitted */ }

A collection of methods to interact with the datapath.

Trait Implementations

impl<T: Ipc> DatapathTrait for Datapath<T>
[src]

pass a vector of (Reg name, value) pairs to be installed automatically

Update the value of a register in an already-installed fold function.

Auto Trait Implementations

impl<T> !Send for Datapath<T>

impl<T> !Sync for Datapath<T>