rusteron_client::bindings

Type Alias aeron_logbuffer_metadata_t

Source
pub type aeron_logbuffer_metadata_t = aeron_logbuffer_metadata_stct;

Aliased Type§

struct aeron_logbuffer_metadata_t {
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 From<AeronLogbufferMetadata> for aeron_logbuffer_metadata_t

Source§

fn from(value: AeronLogbufferMetadata) -> Self

Converts to this type from the input type.
Source§

impl Clone for aeron_logbuffer_metadata_stct

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for aeron_logbuffer_metadata_stct

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for aeron_logbuffer_metadata_stct

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Hash for aeron_logbuffer_metadata_stct

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for aeron_logbuffer_metadata_stct

Source§

fn eq(&self, other: &aeron_logbuffer_metadata_stct) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for aeron_logbuffer_metadata_stct

Source§

impl Eq for aeron_logbuffer_metadata_stct

Source§

impl StructuralPartialEq for aeron_logbuffer_metadata_stct