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