Struct basic_dsp_vector::NoBuffer[][src]

pub struct NoBuffer;

This type can be used everytime the API asks for a buffer to disable any buffering.

Trait Implementations

impl<'a, T> Buffer<'a, Vec<T>, T> for NoBuffer where
    T: RealNumber
[src]

The type of the burrow which is returned.

Asks the buffer for new storage of exactly size len. The returned array doesn't need to have be initialized with any default value. Read more

Returns the allocated length of all storage within this buffer.

Auto Trait Implementations

impl Send for NoBuffer

impl Sync for NoBuffer