Type Alias aeron_uri_params_t

Source
pub type aeron_uri_params_t = aeron_uri_params_stct;

Aliased Type§

#[repr(C)]
pub struct aeron_uri_params_t { pub length: usize, pub array: *mut aeron_uri_param_stct, }

Fields§

§length: usize§array: *mut aeron_uri_param_stct

Trait Implementations§

Source§

impl From<AeronUriParams> for aeron_uri_params_t

Source§

fn from(value: AeronUriParams) -> Self

Converts to this type from the input type.