pub type aeron_counter_t = aeron_counter_stct;Aliased Type§
#[repr(C)]pub 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.