Struct basic_dsp_vector::NoBuffer [−][src]
pub struct NoBuffer;
Expand description
This type can be used everytime the API asks for a buffer to disable any buffering.
Trait Implementations
type Borrow = NoBufferBurrow<T>
type Borrow = NoBufferBurrow<T>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
Auto Trait Implementations
impl RefUnwindSafe for NoBufferimpl UnwindSafe for NoBuffer