pub struct SweepHandle {
pub receiver: Receiver<Sample>,
/* private fields */
}
Expand description
Handle to an ongoing data sweep, holds received data from nScope
Fields§
§receiver: Receiver<Sample>
Implementations§
Source§impl SweepHandle
impl SweepHandle
pub fn remaining_samples(&self) -> u32
pub fn stop(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SweepHandle
impl RefUnwindSafe for SweepHandle
impl Send for SweepHandle
impl !Sync for SweepHandle
impl Unpin for SweepHandle
impl UnwindSafe for SweepHandle
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