pub struct RxStream { /* private fields */ }
Expand description
Represents an asynchronous receive stream from the HackRF device.
Use this to read samples from the device in a streaming fashion.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RxStream
impl !RefUnwindSafe for RxStream
impl Send for RxStream
impl Sync for RxStream
impl Unpin for RxStream
impl !UnwindSafe for RxStream
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