#[repr(C)]pub struct aeron_retransmit_action_stct {
pub expiry_ns: i64,
pub term_id: i32,
pub term_offset: i32,
pub length: usize,
pub state: aeron_retransmit_action_state_t,
}Fields§
§expiry_ns: i64§term_id: i32§term_offset: i32§length: usize§state: aeron_retransmit_action_state_tTrait Implementations§
Source§impl Clone for aeron_retransmit_action_stct
impl Clone for aeron_retransmit_action_stct
Source§fn clone(&self) -> aeron_retransmit_action_stct
fn clone(&self) -> aeron_retransmit_action_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 Debug for aeron_retransmit_action_stct
impl Debug for aeron_retransmit_action_stct
Source§impl From<aeron_retransmit_action_stct> for AeronRetransmitAction
impl From<aeron_retransmit_action_stct> for AeronRetransmitAction
Source§fn from(value: aeron_retransmit_action_t) -> Self
fn from(value: aeron_retransmit_action_t) -> Self
Converts to this type from the input type.
Source§impl Hash for aeron_retransmit_action_stct
impl Hash for aeron_retransmit_action_stct
Source§impl PartialEq for aeron_retransmit_action_stct
impl PartialEq for aeron_retransmit_action_stct
Source§fn eq(&self, other: &aeron_retransmit_action_stct) -> bool
fn eq(&self, other: &aeron_retransmit_action_stct) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for aeron_retransmit_action_stct
impl Eq for aeron_retransmit_action_stct
impl StructuralPartialEq for aeron_retransmit_action_stct
Auto Trait Implementations§
impl Freeze for aeron_retransmit_action_stct
impl RefUnwindSafe for aeron_retransmit_action_stct
impl Send for aeron_retransmit_action_stct
impl Sync for aeron_retransmit_action_stct
impl Unpin for aeron_retransmit_action_stct
impl UnwindSafe for aeron_retransmit_action_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