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, )
impl Send for AeronCongestionControlStrategyRttmFuncLogger
impl Sync for AeronCongestionControlStrategyRttmFuncLogger
Auto Trait Implementations§
impl Freeze for AeronCongestionControlStrategyRttmFuncLogger
impl RefUnwindSafe for AeronCongestionControlStrategyRttmFuncLogger
impl Unpin for AeronCongestionControlStrategyRttmFuncLogger
impl UnsafeUnpin 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