#[repr(C)]pub struct aeron_retransmit_handler_stct {
pub retransmit_action_pool: *mut aeron_retransmit_action_t,
pub delay_timeout_ns: u64,
pub linger_timeout_ns: u64,
pub invalid_packets_counter: *mut i64,
pub active_retransmit_count: c_int,
pub has_group_semantics: bool,
pub max_retransmits: usize,
pub retransmit_overflow_counter: *mut i64,
}Fields§
§retransmit_action_pool: *mut aeron_retransmit_action_t§delay_timeout_ns: u64§linger_timeout_ns: u64§invalid_packets_counter: *mut i64§active_retransmit_count: c_int§has_group_semantics: bool§max_retransmits: usize§retransmit_overflow_counter: *mut i64Trait Implementations§
Source§impl Clone for aeron_retransmit_handler_stct
impl Clone for aeron_retransmit_handler_stct
Source§fn clone(&self) -> aeron_retransmit_handler_stct
fn clone(&self) -> aeron_retransmit_handler_stct
Returns a duplicate 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_retransmit_handler_stct> for AeronRetransmitHandler
impl From<aeron_retransmit_handler_stct> for AeronRetransmitHandler
Source§fn from(value: aeron_retransmit_handler_t) -> Self
fn from(value: aeron_retransmit_handler_t) -> Self
Converts to this type from the input type.
Source§impl Hash for aeron_retransmit_handler_stct
impl Hash for aeron_retransmit_handler_stct
Source§impl PartialEq for aeron_retransmit_handler_stct
impl PartialEq for aeron_retransmit_handler_stct
Source§fn eq(&self, other: &aeron_retransmit_handler_stct) -> bool
fn eq(&self, other: &aeron_retransmit_handler_stct) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for aeron_retransmit_handler_stct
impl Eq for aeron_retransmit_handler_stct
impl StructuralPartialEq for aeron_retransmit_handler_stct
Auto Trait Implementations§
impl Freeze for aeron_retransmit_handler_stct
impl RefUnwindSafe for aeron_retransmit_handler_stct
impl !Send for aeron_retransmit_handler_stct
impl !Sync for aeron_retransmit_handler_stct
impl Unpin for aeron_retransmit_handler_stct
impl UnwindSafe for aeron_retransmit_handler_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