Struct basic_dsp_vector::SingleBuffer [−][src]
pub struct SingleBuffer<T> where
T: RealNumber, { /* fields omitted */ }Expand description
A buffer which stores a single vector and never shrinks.
Implementations
Creates a new buffer which is ready to be passed around.
Creates a new buffer which is ready to be passed around.
Trait Implementations
type Borrow = SingleBufferBurrow<'a, T>
type Borrow = SingleBufferBurrow<'a, 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
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for SingleBuffer<T> where
T: RefUnwindSafe, impl<T> Send for SingleBuffer<T>impl<T> Sync for SingleBuffer<T>impl<T> Unpin for SingleBuffer<T> where
T: Unpin, impl<T> UnwindSafe for SingleBuffer<T> where
T: UnwindSafe,