Type Alias rusteron_archive::bindings::aeron_counter_constants_t
source · pub type aeron_counter_constants_t = aeron_counter_constants_stct;
Expand description
Configuration for a counter that does not change during it’s lifetime.
Aliased Type§
struct aeron_counter_constants_t {
pub registration_id: i64,
pub counter_id: i32,
}
Fields§
§registration_id: i64
Return the registration id used to register this counter with the media driver.
counter_id: i32
Identity for the counter within the counters reader and counters manager.
Trait Implementations§
source§impl From<AeronCounterConstants> for aeron_counter_constants_t
impl From<AeronCounterConstants> for aeron_counter_constants_t
source§fn from(value: AeronCounterConstants) -> Self
fn from(value: AeronCounterConstants) -> Self
Converts to this type from the input type.