rusteron_client::bindings

Type Alias aeron_subscription_t

Source
pub type aeron_subscription_t = aeron_subscription_stct;

Aliased Type§

struct aeron_subscription_t { /* private fields */ }

Trait Implementations§

Source§

impl From<AeronSubscription> for aeron_subscription_t

Source§

fn from(value: AeronSubscription) -> Self

Converts to this type from the input type.
Source§

impl Clone for aeron_subscription_stct

Source§

fn clone(&self) -> aeron_subscription_stct

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for aeron_subscription_stct

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for aeron_subscription_stct