pub type aeron_async_destination_t = aeron_client_registering_resource_stct;Aliased Type§
#[repr(C)]pub struct aeron_async_destination_t { /* private fields */ }Trait Implementations§
Source§impl From<AeronAsyncDestination> for aeron_async_destination_t
impl From<AeronAsyncDestination> for aeron_async_destination_t
Source§fn from(value: AeronAsyncDestination) -> Self
fn from(value: AeronAsyncDestination) -> Self
Converts to this type from the input type.