pub struct TxStream { /* private fields */ }Expand description
Represents an asynchronous transmit stream to the HackRF device.
Enforces that
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TxStream
impl !UnwindSafe for TxStream
impl Freeze for TxStream
impl Send for TxStream
impl Sync for TxStream
impl Unpin for TxStream
impl UnsafeUnpin for TxStream
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