#[repr(C)]pub struct aeron_data_packet_dispatcher_stct {
pub ignored_sessions_map: aeron_int64_to_ptr_hash_map_t,
pub session_by_stream_id_map: aeron_int64_to_ptr_hash_map_t,
pub tokens: aeron_data_packet_dispatcher_stct_aeron_data_packet_dispatcher_tokens_stct,
pub conductor_proxy: *mut aeron_driver_conductor_proxy_t,
pub receiver: *mut aeron_driver_receiver_t,
pub stream_session_limit: i32,
}
Fields§
§ignored_sessions_map: aeron_int64_to_ptr_hash_map_t
§session_by_stream_id_map: aeron_int64_to_ptr_hash_map_t
§tokens: aeron_data_packet_dispatcher_stct_aeron_data_packet_dispatcher_tokens_stct
§conductor_proxy: *mut aeron_driver_conductor_proxy_t
§receiver: *mut aeron_driver_receiver_t
§stream_session_limit: i32
Trait Implementations§
Source§impl Clone for aeron_data_packet_dispatcher_stct
impl Clone for aeron_data_packet_dispatcher_stct
Source§fn clone(&self) -> aeron_data_packet_dispatcher_stct
fn clone(&self) -> aeron_data_packet_dispatcher_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_data_packet_dispatcher_stct> for AeronDataPacketDispatcher
impl From<aeron_data_packet_dispatcher_stct> for AeronDataPacketDispatcher
Source§fn from(value: aeron_data_packet_dispatcher_t) -> Self
fn from(value: aeron_data_packet_dispatcher_t) -> Self
Converts to this type from the input type.
Source§impl PartialEq for aeron_data_packet_dispatcher_stct
impl PartialEq for aeron_data_packet_dispatcher_stct
Source§fn eq(&self, other: &aeron_data_packet_dispatcher_stct) -> bool
fn eq(&self, other: &aeron_data_packet_dispatcher_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_data_packet_dispatcher_stct
impl StructuralPartialEq for aeron_data_packet_dispatcher_stct
Auto Trait Implementations§
impl Freeze for aeron_data_packet_dispatcher_stct
impl RefUnwindSafe for aeron_data_packet_dispatcher_stct
impl !Send for aeron_data_packet_dispatcher_stct
impl !Sync for aeron_data_packet_dispatcher_stct
impl Unpin for aeron_data_packet_dispatcher_stct
impl UnwindSafe for aeron_data_packet_dispatcher_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