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
impl From<AeronUri> for aeron_uri_t
Source§impl Clone for aeron_uri_stct
impl Clone for aeron_uri_stct
Source§fn clone(&self) -> aeron_uri_stct
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more