pub struct AeronCongestionControlStrategyRttmFuncLogger;
Trait Implementations§
source§impl AeronCongestionControlStrategyRttmFuncCallback for AeronCongestionControlStrategyRttmFuncLogger
impl AeronCongestionControlStrategyRttmFuncCallback for AeronCongestionControlStrategyRttmFuncLogger
fn handle_aeron_congestion_control_strategy_on_rttm_func( &mut self, _now_ns: i64, _rtt_ns: i64, _source_address: SockaddrStorage, )
Auto Trait Implementations§
impl Freeze for AeronCongestionControlStrategyRttmFuncLogger
impl RefUnwindSafe for AeronCongestionControlStrategyRttmFuncLogger
impl Send for AeronCongestionControlStrategyRttmFuncLogger
impl Sync for AeronCongestionControlStrategyRttmFuncLogger
impl Unpin for AeronCongestionControlStrategyRttmFuncLogger
impl UnwindSafe for AeronCongestionControlStrategyRttmFuncLogger
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