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