Struct cbuf::CBufControl [] [src]

pub struct CBufControl<T> { /* fields omitted */ }

Circular Buffer Control

Implements the actual logic of Circular Buffer, but requires passing &[T] to get and put.

Methods

impl<T: Clone> CBufControl<T>
[src]

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

See corresponding method of CBuf

Trait Implementations

impl<T: Debug> Debug for CBufControl<T>
[src]

Formats the value using the given formatter.