Type Alias aeron_uri_param_t

Source
pub type aeron_uri_param_t = aeron_uri_param_stct;

Aliased Type§

#[repr(C)]
pub struct aeron_uri_param_t { pub key: *const i8, pub value: *const i8, }

Fields§

§key: *const i8§value: *const i8

Trait Implementations§

Source§

impl From<AeronUriParam> for aeron_uri_param_t

Source§

fn from(value: AeronUriParam) -> Self

Converts to this type from the input type.