pub struct AeronCongestionControlStrategyShouldMeasureRttFuncLogger;
Trait Implementations§
Source§impl AeronCongestionControlStrategyShouldMeasureRttFuncCallback for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
impl AeronCongestionControlStrategyShouldMeasureRttFuncCallback for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
fn handle_aeron_congestion_control_strategy_should_measure_rtt_func( &mut self, now_ns: i64, ) -> bool
impl Send for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
impl Sync for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
Auto Trait Implementations§
impl Freeze for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
impl RefUnwindSafe for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
impl Unpin for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
impl UnwindSafe for AeronCongestionControlStrategyShouldMeasureRttFuncLogger
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