pub struct AeronDlLoadedLibsState { /* private fields */ }
Implementations§
source§impl AeronDlLoadedLibsState
impl AeronDlLoadedLibsState
pub fn new_zeroed() -> Result<Self, AeronCError>
pub fn get_inner(&self) -> *mut aeron_dl_loaded_libs_state_t
Trait Implementations§
source§impl Clone for AeronDlLoadedLibsState
impl Clone for AeronDlLoadedLibsState
source§fn clone(&self) -> AeronDlLoadedLibsState
fn clone(&self) -> AeronDlLoadedLibsState
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 Debug for AeronDlLoadedLibsState
impl Debug for AeronDlLoadedLibsState
source§impl Deref for AeronDlLoadedLibsState
impl Deref for AeronDlLoadedLibsState
source§impl From<&AeronDlLoadedLibsState> for *mut aeron_dl_loaded_libs_state_t
impl From<&AeronDlLoadedLibsState> for *mut aeron_dl_loaded_libs_state_t
source§fn from(value: &AeronDlLoadedLibsState) -> Self
fn from(value: &AeronDlLoadedLibsState) -> Self
Converts to this type from the input type.
source§impl From<*const aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
impl From<*const aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
source§fn from(value: *const aeron_dl_loaded_libs_state_t) -> Self
fn from(value: *const aeron_dl_loaded_libs_state_t) -> Self
Converts to this type from the input type.
source§impl From<*mut aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
impl From<*mut aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
source§fn from(value: *mut aeron_dl_loaded_libs_state_t) -> Self
fn from(value: *mut aeron_dl_loaded_libs_state_t) -> Self
Converts to this type from the input type.
source§impl From<AeronDlLoadedLibsState> for *mut aeron_dl_loaded_libs_state_t
impl From<AeronDlLoadedLibsState> for *mut aeron_dl_loaded_libs_state_t
source§fn from(value: AeronDlLoadedLibsState) -> Self
fn from(value: AeronDlLoadedLibsState) -> Self
Converts to this type from the input type.
source§impl From<AeronDlLoadedLibsState> for aeron_dl_loaded_libs_state_t
impl From<AeronDlLoadedLibsState> for aeron_dl_loaded_libs_state_t
source§fn from(value: AeronDlLoadedLibsState) -> Self
fn from(value: AeronDlLoadedLibsState) -> Self
Converts to this type from the input type.
source§impl From<aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
impl From<aeron_dl_loaded_libs_state_stct> for AeronDlLoadedLibsState
source§fn from(value: aeron_dl_loaded_libs_state_t) -> Self
fn from(value: aeron_dl_loaded_libs_state_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeronDlLoadedLibsState
impl !RefUnwindSafe for AeronDlLoadedLibsState
impl !Send for AeronDlLoadedLibsState
impl !Sync for AeronDlLoadedLibsState
impl Unpin for AeronDlLoadedLibsState
impl !UnwindSafe for AeronDlLoadedLibsState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)