Struct basic_dsp_vector::FixedLenBufferBurrow [−][src]
pub struct FixedLenBufferBurrow<'a, T: RealNumber + 'a> { /* fields omitted */ }
Expand description
Buffer borrow type for SingleBuffer.
Trait Implementations
Convert to a mutable slice.
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for FixedLenBufferBurrow<'a, T> where
T: RefUnwindSafe, impl<'a, T> Send for FixedLenBufferBurrow<'a, T>impl<'a, T> Sync for FixedLenBufferBurrow<'a, T>impl<'a, T> Unpin for FixedLenBufferBurrow<'a, T>impl<'a, T> !UnwindSafe for FixedLenBufferBurrow<'a, T>