rusteron_archive::bindings

Type Alias aeron_uri_t

Source
pub type aeron_uri_t = aeron_uri_stct;

Aliased Type§

struct aeron_uri_t {
    pub mutable_uri: [i8; 4096],
    pub type_: aeron_uri_type_enum,
    pub params: aeron_uri_stct__bindgen_ty_1,
}

Fields§

§mutable_uri: [i8; 4096]§type_: aeron_uri_type_enum§params: aeron_uri_stct__bindgen_ty_1

Trait Implementations§

Source§

impl From<AeronUri> for aeron_uri_t

Source§

fn from(value: AeronUri) -> Self

Converts to this type from the input type.