pub struct AeronFlowControlStrategySmFuncLogger;
Trait Implementations§
source§impl AeronFlowControlStrategySmFuncCallback for AeronFlowControlStrategySmFuncLogger
impl AeronFlowControlStrategySmFuncCallback for AeronFlowControlStrategySmFuncLogger
fn handle_aeron_flow_control_strategy_on_sm_func( &mut self, _sm: &[u8], _recv_addr: SockaddrStorage, _snd_lmt: i64, _initial_term_id: i32, _position_bits_to_shift: usize, _now_ns: i64, ) -> i64
Auto Trait Implementations§
impl Freeze for AeronFlowControlStrategySmFuncLogger
impl RefUnwindSafe for AeronFlowControlStrategySmFuncLogger
impl Send for AeronFlowControlStrategySmFuncLogger
impl Sync for AeronFlowControlStrategySmFuncLogger
impl Unpin for AeronFlowControlStrategySmFuncLogger
impl UnwindSafe for AeronFlowControlStrategySmFuncLogger
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