#[repr(C)]pub struct aeron_client_registering_resource_stct { /* private fields */ }Trait Implementations§
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.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncAddCounter
impl From<aeron_client_registering_resource_stct> for AeronAsyncAddCounter
Source§fn from(value: aeron_async_add_counter_t) -> Self
fn from(value: aeron_async_add_counter_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncAddExclusivePublication
impl From<aeron_client_registering_resource_stct> for AeronAsyncAddExclusivePublication
Source§fn from(value: aeron_async_add_exclusive_publication_t) -> Self
fn from(value: aeron_async_add_exclusive_publication_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncAddPublication
impl From<aeron_client_registering_resource_stct> for AeronAsyncAddPublication
Source§fn from(value: aeron_async_add_publication_t) -> Self
fn from(value: aeron_async_add_publication_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncAddSubscription
impl From<aeron_client_registering_resource_stct> for AeronAsyncAddSubscription
Source§fn from(value: aeron_async_add_subscription_t) -> Self
fn from(value: aeron_async_add_subscription_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncDestination
impl From<aeron_client_registering_resource_stct> for AeronAsyncDestination
Source§fn from(value: aeron_async_destination_t) -> Self
fn from(value: aeron_async_destination_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronAsyncDestinationById
impl From<aeron_client_registering_resource_stct> for AeronAsyncDestinationById
Source§fn from(value: aeron_async_destination_by_id_t) -> Self
fn from(value: aeron_async_destination_by_id_t) -> Self
Converts to this type from the input type.
Source§impl From<aeron_client_registering_resource_stct> for AeronClientRegisteringResource
impl From<aeron_client_registering_resource_stct> for AeronClientRegisteringResource
Source§fn from(value: aeron_client_registering_resource_stct) -> Self
fn from(value: aeron_client_registering_resource_stct) -> Self
Converts to this type from the input type.
impl Copy for aeron_client_registering_resource_stct
Auto Trait Implementations§
impl Freeze for aeron_client_registering_resource_stct
impl RefUnwindSafe for aeron_client_registering_resource_stct
impl Send for aeron_client_registering_resource_stct
impl Sync for aeron_client_registering_resource_stct
impl Unpin for aeron_client_registering_resource_stct
impl UnwindSafe for aeron_client_registering_resource_stct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more