pub type aeron_async_destination_t = aeron_client_registering_resource_stct;
Aliased Type§
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.
Source§impl Clone for aeron_client_registering_resource_stct
impl Clone for aeron_client_registering_resource_stct
Source§fn clone(&self) -> aeron_client_registering_resource_stct
fn clone(&self) -> aeron_client_registering_resource_stct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<AeronClientRegisteringResource> for aeron_client_registering_resource_stct
impl From<AeronClientRegisteringResource> for aeron_client_registering_resource_stct
Source§fn from(value: AeronClientRegisteringResource) -> Self
fn from(value: AeronClientRegisteringResource) -> Self
Converts to this type from the input type.