#[repr(C)]pub struct aeron_driver_receiver_stct {Show 15 fields
pub receiver_proxy: aeron_driver_receiver_proxy_t,
pub poller: aeron_udp_transport_poller_t,
pub recv_buffers: aeron_driver_receiver_stct_aeron_driver_receiver_buffers_stct,
pub images: aeron_driver_receiver_stct_aeron_driver_receiver_images_stct,
pub pending_setups: aeron_driver_receiver_stct_aeron_driver_receiver_pending_setups_stct,
pub data_paths: aeron_udp_channel_data_paths_t,
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 re_resolution_deadline_ns: i64,
pub errors_counter: *mut i64,
pub invalid_frames_counter: *mut i64,
pub total_bytes_received_counter: *mut i64,
pub resolution_changes_counter: *mut i64,
}
Fields§
§receiver_proxy: aeron_driver_receiver_proxy_t
§poller: aeron_udp_transport_poller_t
§recv_buffers: aeron_driver_receiver_stct_aeron_driver_receiver_buffers_stct
§images: aeron_driver_receiver_stct_aeron_driver_receiver_images_stct
§pending_setups: aeron_driver_receiver_stct_aeron_driver_receiver_pending_setups_stct
§data_paths: aeron_udp_channel_data_paths_t
§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
§re_resolution_deadline_ns: i64
§errors_counter: *mut i64
§invalid_frames_counter: *mut i64
§total_bytes_received_counter: *mut i64
§resolution_changes_counter: *mut i64
Trait Implementations§
source§impl Clone for aeron_driver_receiver_stct
impl Clone for aeron_driver_receiver_stct
source§fn clone(&self) -> aeron_driver_receiver_stct
fn clone(&self) -> aeron_driver_receiver_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_receiver_stct
impl Debug for aeron_driver_receiver_stct
source§impl From<aeron_driver_receiver_stct> for AeronDriverReceiver
impl From<aeron_driver_receiver_stct> for AeronDriverReceiver
source§fn from(value: aeron_driver_receiver_t) -> Self
fn from(value: aeron_driver_receiver_t) -> Self
Converts to this type from the input type.
impl Copy for aeron_driver_receiver_stct
Auto Trait Implementations§
impl Freeze for aeron_driver_receiver_stct
impl RefUnwindSafe for aeron_driver_receiver_stct
impl !Send for aeron_driver_receiver_stct
impl !Sync for aeron_driver_receiver_stct
impl Unpin for aeron_driver_receiver_stct
impl UnwindSafe for aeron_driver_receiver_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
)