Type Alias rusteron_client::bindings::aeron_counter_t
source · pub type aeron_counter_t = aeron_counter_stct;
Aliased Type§
struct aeron_counter_t { /* private fields */ }
Trait Implementations§
source§impl From<AeronCounter> for aeron_counter_t
impl From<AeronCounter> for aeron_counter_t
source§fn from(value: AeronCounter) -> Self
fn from(value: AeronCounter) -> Self
Converts to this type from the input type.