pub type aeron_archive_context_t = aeron_archive_context_stct;
Aliased Type§
struct aeron_archive_context_t { /* private fields */ }
Trait Implementations§
Source§impl From<AeronArchiveContext> for aeron_archive_context_t
impl From<AeronArchiveContext> for aeron_archive_context_t
Source§fn from(value: AeronArchiveContext) -> Self
fn from(value: AeronArchiveContext) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_archive_context_stct
impl Clone for aeron_archive_context_stct
Source§fn clone(&self) -> aeron_archive_context_stct
fn clone(&self) -> aeron_archive_context_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 more