rusteron_media_driver

Trait AeronFlowControlStrategySetupFuncCallback

Source
pub trait AeronFlowControlStrategySetupFuncCallback {
    // Required method
    fn handle_aeron_flow_control_strategy_on_setup_func(
        &mut self,
        setup: &'static [u8],
        now_ns: i64,
        snd_lmt: i64,
        position_bits_to_shift: usize,
        snd_pos: i64,
    ) -> i64;
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Source

fn handle_aeron_flow_control_strategy_on_setup_func( &mut self, setup: &'static [u8], now_ns: i64, snd_lmt: i64, position_bits_to_shift: usize, snd_pos: i64, ) -> i64

Implementors§