#[repr(C)]pub struct aeron_driver_context_stct__bindgen_ty_3 {Show 20 fields
pub to_driver_interceptor: aeron_driver_conductor_to_driver_interceptor_func_t,
pub to_client_interceptor: aeron_driver_conductor_to_client_interceptor_func_t,
pub remove_publication_cleanup: aeron_on_remove_publication_cleanup_func_t,
pub remove_subscription_cleanup: aeron_on_remove_subscription_cleanup_func_t,
pub remove_image_cleanup: aeron_on_remove_image_cleanup_func_t,
pub sender_proxy_on_add_endpoint: aeron_on_endpoint_change_func_t,
pub sender_proxy_on_remove_endpoint: aeron_on_endpoint_change_func_t,
pub receiver_proxy_on_add_endpoint: aeron_on_endpoint_change_func_t,
pub receiver_proxy_on_remove_endpoint: aeron_on_endpoint_change_func_t,
pub untethered_subscription_on_state_change: aeron_untethered_subscription_state_change_func_t,
pub name_resolution_on_neighbor_added: aeron_driver_name_resolver_on_neighbor_change_func_t,
pub name_resolution_on_neighbor_removed: aeron_driver_name_resolver_on_neighbor_change_func_t,
pub flow_control_on_receiver_added: aeron_driver_flow_control_strategy_on_receiver_change_func_t,
pub flow_control_on_receiver_removed: aeron_driver_flow_control_strategy_on_receiver_change_func_t,
pub on_name_resolve: aeron_driver_name_resolver_on_resolve_t,
pub on_name_lookup: aeron_driver_name_resolver_on_lookup_t,
pub on_host_name: aeron_driver_name_resolver_on_host_name_t,
pub send_nak_message: aeron_driver_nak_message_func_t,
pub on_nak_message: aeron_driver_nak_message_func_t,
pub resend: aeron_driver_resend_func_t,
}
Fields§
§to_driver_interceptor: aeron_driver_conductor_to_driver_interceptor_func_t
§to_client_interceptor: aeron_driver_conductor_to_client_interceptor_func_t
§remove_publication_cleanup: aeron_on_remove_publication_cleanup_func_t
§remove_subscription_cleanup: aeron_on_remove_subscription_cleanup_func_t
§remove_image_cleanup: aeron_on_remove_image_cleanup_func_t
§sender_proxy_on_add_endpoint: aeron_on_endpoint_change_func_t
§sender_proxy_on_remove_endpoint: aeron_on_endpoint_change_func_t
§receiver_proxy_on_add_endpoint: aeron_on_endpoint_change_func_t
§receiver_proxy_on_remove_endpoint: aeron_on_endpoint_change_func_t
§untethered_subscription_on_state_change: aeron_untethered_subscription_state_change_func_t
§name_resolution_on_neighbor_added: aeron_driver_name_resolver_on_neighbor_change_func_t
§name_resolution_on_neighbor_removed: aeron_driver_name_resolver_on_neighbor_change_func_t
§flow_control_on_receiver_added: aeron_driver_flow_control_strategy_on_receiver_change_func_t
§flow_control_on_receiver_removed: aeron_driver_flow_control_strategy_on_receiver_change_func_t
§on_name_resolve: aeron_driver_name_resolver_on_resolve_t
§on_name_lookup: aeron_driver_name_resolver_on_lookup_t
§on_host_name: aeron_driver_name_resolver_on_host_name_t
§send_nak_message: aeron_driver_nak_message_func_t
§on_nak_message: aeron_driver_nak_message_func_t
§resend: aeron_driver_resend_func_t
Trait Implementations§
Source§impl Clone for aeron_driver_context_stct__bindgen_ty_3
impl Clone for aeron_driver_context_stct__bindgen_ty_3
Source§fn clone(&self) -> aeron_driver_context_stct__bindgen_ty_3
fn clone(&self) -> aeron_driver_context_stct__bindgen_ty_3
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 Default for aeron_driver_context_stct__bindgen_ty_3
impl Default for aeron_driver_context_stct__bindgen_ty_3
Source§fn default() -> aeron_driver_context_stct__bindgen_ty_3
fn default() -> aeron_driver_context_stct__bindgen_ty_3
Returns the “default value” for a type. Read more
Source§impl PartialEq for aeron_driver_context_stct__bindgen_ty_3
impl PartialEq for aeron_driver_context_stct__bindgen_ty_3
Source§fn eq(&self, other: &aeron_driver_context_stct__bindgen_ty_3) -> bool
fn eq(&self, other: &aeron_driver_context_stct__bindgen_ty_3) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_driver_context_stct__bindgen_ty_3
impl Eq for aeron_driver_context_stct__bindgen_ty_3
impl StructuralPartialEq for aeron_driver_context_stct__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for aeron_driver_context_stct__bindgen_ty_3
impl RefUnwindSafe for aeron_driver_context_stct__bindgen_ty_3
impl Send for aeron_driver_context_stct__bindgen_ty_3
impl Sync for aeron_driver_context_stct__bindgen_ty_3
impl Unpin for aeron_driver_context_stct__bindgen_ty_3
impl UnwindSafe for aeron_driver_context_stct__bindgen_ty_3
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