#[repr(C)]pub struct aeron_flow_control_strategy_stct {
pub on_status_message: aeron_flow_control_strategy_on_sm_func_t,
pub on_idle: aeron_flow_control_strategy_on_idle_func_t,
pub on_setup: aeron_flow_control_strategy_on_setup_func_t,
pub on_error: aeron_flow_control_strategy_on_error_func_t,
pub fini: aeron_flow_control_strategy_fini_func_t,
pub has_required_receivers: aeron_flow_control_strategy_has_required_receivers_func_t,
pub on_trigger_send_setup: aeron_flow_control_strategy_on_trigger_send_setup_func_t,
pub max_retransmission_length: aeron_flow_control_strategy_max_retransmission_length_func_t,
pub state: *mut c_void,
}
Fields§
§on_status_message: aeron_flow_control_strategy_on_sm_func_t
§on_idle: aeron_flow_control_strategy_on_idle_func_t
§on_setup: aeron_flow_control_strategy_on_setup_func_t
§on_error: aeron_flow_control_strategy_on_error_func_t
§fini: aeron_flow_control_strategy_fini_func_t
§has_required_receivers: aeron_flow_control_strategy_has_required_receivers_func_t
§on_trigger_send_setup: aeron_flow_control_strategy_on_trigger_send_setup_func_t
§max_retransmission_length: aeron_flow_control_strategy_max_retransmission_length_func_t
§state: *mut c_void
Trait Implementations§
source§impl Clone for aeron_flow_control_strategy_stct
impl Clone for aeron_flow_control_strategy_stct
source§fn clone(&self) -> aeron_flow_control_strategy_stct
fn clone(&self) -> aeron_flow_control_strategy_stct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<aeron_flow_control_strategy_stct> for AeronFlowControlStrategy
impl From<aeron_flow_control_strategy_stct> for AeronFlowControlStrategy
source§fn from(value: aeron_flow_control_strategy_t) -> Self
fn from(value: aeron_flow_control_strategy_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_flow_control_strategy_stct
Auto Trait Implementations§
impl Freeze for aeron_flow_control_strategy_stct
impl RefUnwindSafe for aeron_flow_control_strategy_stct
impl !Send for aeron_flow_control_strategy_stct
impl !Sync for aeron_flow_control_strategy_stct
impl Unpin for aeron_flow_control_strategy_stct
impl UnwindSafe for aeron_flow_control_strategy_stct
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)