rusteron_client::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.
Source§

impl Clone for aeron_uri_stct

Source§

fn clone(&self) -> aeron_uri_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 Default for aeron_uri_stct

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for aeron_uri_stct