#[repr(C, packed(4))]pub struct aeron_logbuffer_metadata_stct {Show 36 fields
pub term_tail_counters: [i64; 3],
pub active_term_count: i32,
pub pad1: [u8; 100],
pub end_of_stream_position: i64,
pub is_connected: i32,
pub active_transport_count: i32,
pub pad2: [u8; 112],
pub correlation_id: i64,
pub initial_term_id: i32,
pub default_frame_header_length: i32,
pub mtu_length: i32,
pub term_length: i32,
pub page_size: i32,
pub publication_window_length: i32,
pub receiver_window_length: i32,
pub socket_sndbuf_length: i32,
pub os_default_socket_sndbuf_length: i32,
pub os_max_socket_sndbuf_length: i32,
pub socket_rcvbuf_length: i32,
pub os_default_socket_rcvbuf_length: i32,
pub os_max_socket_rcvbuf_length: i32,
pub max_resend: i32,
pub default_header: [u8; 128],
pub entity_tag: i64,
pub response_correlation_id: i64,
pub linger_timeout_ns: i64,
pub untethered_window_limit_timeout_ns: i64,
pub untethered_resting_timeout_ns: i64,
pub group: u8,
pub is_response: u8,
pub rejoin: u8,
pub reliable: u8,
pub sparse: u8,
pub signal_eos: u8,
pub spies_simulate_connection: u8,
pub tether: u8,
}
Fields§
§term_tail_counters: [i64; 3]
§active_term_count: i32
§pad1: [u8; 100]
§end_of_stream_position: i64
§is_connected: i32
§active_transport_count: i32
§pad2: [u8; 112]
§correlation_id: i64
§initial_term_id: i32
§default_frame_header_length: i32
§mtu_length: i32
§term_length: i32
§page_size: i32
§publication_window_length: i32
§receiver_window_length: i32
§socket_sndbuf_length: i32
§os_default_socket_sndbuf_length: i32
§os_max_socket_sndbuf_length: i32
§socket_rcvbuf_length: i32
§os_default_socket_rcvbuf_length: i32
§os_max_socket_rcvbuf_length: i32
§max_resend: i32
§default_header: [u8; 128]
§entity_tag: i64
§response_correlation_id: i64
§linger_timeout_ns: i64
§untethered_window_limit_timeout_ns: i64
§untethered_resting_timeout_ns: i64
§group: u8
§is_response: u8
§rejoin: u8
§reliable: u8
§sparse: u8
§signal_eos: u8
§spies_simulate_connection: u8
§tether: u8
Trait Implementations§
Source§impl Clone for aeron_logbuffer_metadata_stct
impl Clone for aeron_logbuffer_metadata_stct
Source§fn clone(&self) -> aeron_logbuffer_metadata_stct
fn clone(&self) -> aeron_logbuffer_metadata_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_logbuffer_metadata_stct> for AeronLogbufferMetadata
impl From<aeron_logbuffer_metadata_stct> for AeronLogbufferMetadata
Source§fn from(value: aeron_logbuffer_metadata_t) -> Self
fn from(value: aeron_logbuffer_metadata_t) -> Self
Converts to this type from the input type.
Source§impl Hash for aeron_logbuffer_metadata_stct
impl Hash for aeron_logbuffer_metadata_stct
Source§impl PartialEq for aeron_logbuffer_metadata_stct
impl PartialEq for aeron_logbuffer_metadata_stct
Source§fn eq(&self, other: &aeron_logbuffer_metadata_stct) -> bool
fn eq(&self, other: &aeron_logbuffer_metadata_stct) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for aeron_logbuffer_metadata_stct
impl Eq for aeron_logbuffer_metadata_stct
impl StructuralPartialEq for aeron_logbuffer_metadata_stct
Auto Trait Implementations§
impl Freeze for aeron_logbuffer_metadata_stct
impl RefUnwindSafe for aeron_logbuffer_metadata_stct
impl Send for aeron_logbuffer_metadata_stct
impl Sync for aeron_logbuffer_metadata_stct
impl Unpin for aeron_logbuffer_metadata_stct
impl UnwindSafe for aeron_logbuffer_metadata_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