Struct ldpc_toolbox::simulation::ber::Reporter
source · pub struct Reporter {
pub tx: Sender<Report>,
pub interval: Duration,
}Expand description
Progress reporter.
A reporter can optionally be supplied to the BER test on contruction in order to receive periodic messages reporting the test progress.
Fields§
§tx: Sender<Report>Sender element of a channel used to send the reports.
interval: DurationReporting interval.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Reporter
impl Send for Reporter
impl Sync for Reporter
impl Unpin for Reporter
impl UnwindSafe for Reporter
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