Type Alias rusteron_archive::bindings::aeron_exclusive_publication_t
source · pub type aeron_exclusive_publication_t = aeron_exclusive_publication_stct;
Aliased Type§
struct aeron_exclusive_publication_t { /* private fields */ }
Trait Implementations§
source§impl From<AeronExclusivePublication> for aeron_exclusive_publication_t
impl From<AeronExclusivePublication> for aeron_exclusive_publication_t
source§fn from(value: AeronExclusivePublication) -> Self
fn from(value: AeronExclusivePublication) -> Self
Converts to this type from the input type.