[−][src]Struct basic_dsp::NoBufferBurrow
Buffer borrow type for NoBuffer.
Trait Implementations
impl<'a, T> BufferBorrow<Vec<T, Global>, T> for NoBufferBurrow<T> where
T: RealNumber, [src]
T: RealNumber,
impl<T> ToSlice<T> for NoBufferBurrow<T> where
T: RealNumber, [src]
T: RealNumber,
pub fn to_slice(&self) -> &[T][src]
pub fn len(&self) -> usize[src]
pub fn is_empty(&self) -> bool[src]
pub fn alloc_len(&self) -> usize[src]
pub fn try_resize(&mut self, len: usize) -> Result<(), ErrorReason>[src]
impl<T> ToSliceMut<T> for NoBufferBurrow<T> where
T: RealNumber, [src]
T: RealNumber,
pub fn to_slice_mut(&mut self) -> &mut [T][src]
Auto Trait Implementations
impl<T> RefUnwindSafe for NoBufferBurrow<T> where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Send for NoBufferBurrow<T>[src]
impl<T> Sync for NoBufferBurrow<T>[src]
impl<T> Unpin for NoBufferBurrow<T> where
T: Unpin, [src]
T: Unpin,
impl<T> UnwindSafe for NoBufferBurrow<T> where
T: UnwindSafe, [src]
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<Type, T> InterleaveToVector<T> for Type where
T: RealNumber,
Type: ToSlice<T>, [src]
T: RealNumber,
Type: ToSlice<T>,
pub fn interleave_to_complex_time_vec(
&self,
other: &Type
) -> Result<DspVec<Vec<T, Global>, T, Complex, Time>, ErrorReason>[src]
&self,
other: &Type
) -> Result<DspVec<Vec<T, Global>, T, Complex, Time>, ErrorReason>
pub fn interleave_to_complex_freq_vec(
&self,
other: &Type
) -> Result<DspVec<Vec<T, Global>, T, Complex, Freq>, ErrorReason>[src]
&self,
other: &Type
) -> Result<DspVec<Vec<T, Global>, T, Complex, Freq>, ErrorReason>
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,