#[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.
impl Copy 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
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
)