pub struct SweepBuf { /* private fields */ }Expand description
A block of samples retrieved for some tuning frequency within the sweep.
Implementations§
Auto Trait Implementations§
impl Freeze for SweepBuf
impl RefUnwindSafe for SweepBuf
impl Send for SweepBuf
impl Sync for SweepBuf
impl Unpin for SweepBuf
impl UnwindSafe for SweepBuf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more