#[repr(C)]pub struct aeron_driver_sender_stct {Show 24 fields
pub sender_proxy: aeron_driver_sender_proxy_t,
pub poller: aeron_udp_transport_poller_t,
pub network_publications: aeron_driver_sender_stct_aeron_driver_sender_network_publications_stct,
pub recv_buffers: aeron_driver_sender_stct_aeron_driver_sender_buffers_stct,
pub data_paths: aeron_udp_channel_data_paths_t,
pub total_bytes_sent_counter: *mut i64,
pub errors_counter: *mut i64,
pub invalid_frames_counter: *mut i64,
pub status_messages_received_counter: *mut i64,
pub nak_messages_received_counter: *mut i64,
pub error_messages_received_counter: *mut i64,
pub resolution_changes_counter: *mut i64,
pub short_sends_counter: *mut i64,
pub context: *mut aeron_driver_context_t,
pub poller_poll_func: aeron_udp_transport_poller_poll_func_t,
pub recvmmsg_func: aeron_udp_channel_transport_recvmmsg_func_t,
pub error_log: *mut aeron_distinct_error_log_t,
pub status_message_read_timeout_ns: i64,
pub control_poll_timeout_ns: i64,
pub re_resolution_deadline_ns: i64,
pub round_robin_index: usize,
pub duty_cycle_counter: usize,
pub duty_cycle_ratio: usize,
pub padding: [u8; 64],
}
Fields§
§sender_proxy: aeron_driver_sender_proxy_t
§poller: aeron_udp_transport_poller_t
§network_publications: aeron_driver_sender_stct_aeron_driver_sender_network_publications_stct
§recv_buffers: aeron_driver_sender_stct_aeron_driver_sender_buffers_stct
§data_paths: aeron_udp_channel_data_paths_t
§total_bytes_sent_counter: *mut i64
§errors_counter: *mut i64
§invalid_frames_counter: *mut i64
§status_messages_received_counter: *mut i64
§nak_messages_received_counter: *mut i64
§error_messages_received_counter: *mut i64
§resolution_changes_counter: *mut i64
§short_sends_counter: *mut i64
§context: *mut aeron_driver_context_t
§poller_poll_func: aeron_udp_transport_poller_poll_func_t
§recvmmsg_func: aeron_udp_channel_transport_recvmmsg_func_t
§error_log: *mut aeron_distinct_error_log_t
§status_message_read_timeout_ns: i64
§control_poll_timeout_ns: i64
§re_resolution_deadline_ns: i64
§round_robin_index: usize
§duty_cycle_counter: usize
§duty_cycle_ratio: usize
§padding: [u8; 64]
Trait Implementations§
source§impl Clone for aeron_driver_sender_stct
impl Clone for aeron_driver_sender_stct
source§fn clone(&self) -> aeron_driver_sender_stct
fn clone(&self) -> aeron_driver_sender_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 Debug for aeron_driver_sender_stct
impl Debug for aeron_driver_sender_stct
source§impl From<aeron_driver_sender_stct> for AeronDriverSender
impl From<aeron_driver_sender_stct> for AeronDriverSender
source§fn from(value: aeron_driver_sender_t) -> Self
fn from(value: aeron_driver_sender_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_driver_sender_stct
Auto Trait Implementations§
impl Freeze for aeron_driver_sender_stct
impl RefUnwindSafe for aeron_driver_sender_stct
impl !Send for aeron_driver_sender_stct
impl !Sync for aeron_driver_sender_stct
impl Unpin for aeron_driver_sender_stct
impl UnwindSafe for aeron_driver_sender_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
)