Module rotary::channel[][src]

A channel buffer as created through Buf::channel or BufMut::channel_mut.

Structs

Channel

The buffer of a single channel.

ChannelMut

The mutable buffer of a single channel.

Iter

A channel slice iterator.

IterMut

A channel slice iterator.