pub struct AeronClientRegisteringResource { /* private fields */ }Implementations§
Source§impl AeronClientRegisteringResource
impl AeronClientRegisteringResource
Sourcepub fn new_zeroed_on_heap() -> Self
pub fn new_zeroed_on_heap() -> Self
creates zeroed struct where the underlying c struct is on the heap
Sourcepub fn new_zeroed_on_stack() -> Self
pub fn new_zeroed_on_stack() -> Self
creates zeroed struct where the underlying c struct is on the stack (Use with care)
pub fn get_inner(&self) -> *mut aeron_client_registering_resource_stct
pub fn get_inner_mut(&self) -> &mut aeron_client_registering_resource_stct
pub fn get_inner_ref(&self) -> &aeron_client_registering_resource_stct
Trait Implementations§
Source§impl Clone for AeronClientRegisteringResource
impl Clone for AeronClientRegisteringResource
Source§fn clone(&self) -> AeronClientRegisteringResource
fn clone(&self) -> AeronClientRegisteringResource
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 *mut aeron_client_registering_resource_stct
impl From<&AeronClientRegisteringResource> for *mut 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<*const aeron_client_registering_resource_stct> for AeronClientRegisteringResource
impl From<*const aeron_client_registering_resource_stct> for AeronClientRegisteringResource
Source§fn from(value: *const aeron_client_registering_resource_stct) -> Self
fn from(value: *const aeron_client_registering_resource_stct) -> Self
Converts to this type from the input type.
Source§impl From<*mut aeron_client_registering_resource_stct> for AeronClientRegisteringResource
impl From<*mut aeron_client_registering_resource_stct> for AeronClientRegisteringResource
Source§fn from(value: *mut aeron_client_registering_resource_stct) -> Self
fn from(value: *mut aeron_client_registering_resource_stct) -> Self
Converts to this type from the input type.
Source§impl From<AeronClientRegisteringResource> for *mut aeron_client_registering_resource_stct
impl From<AeronClientRegisteringResource> for *mut 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<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 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.
Auto Trait Implementations§
impl Freeze for AeronClientRegisteringResource
impl !RefUnwindSafe for AeronClientRegisteringResource
impl !Send for AeronClientRegisteringResource
impl !Sync for AeronClientRegisteringResource
impl Unpin for AeronClientRegisteringResource
impl !UnwindSafe for AeronClientRegisteringResource
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