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.

[src]

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

[src]

Returns the allocated length of all storage within this buffer.