Type Alias rusteron_media_driver::bindings::aeron_uri_t

source ·
pub type aeron_uri_t = aeron_uri_stct;

Aliased Type§

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

Fields§

§mutable_uri: [i8; 384]§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.