pub type aeron_uri_param_t = aeron_uri_param_stct;
Aliased Type§
struct aeron_uri_param_t {
pub key: *const i8,
pub value: *const i8,
}
Fields§
§key: *const i8
§value: *const i8
Trait Implementations§
Source§impl From<AeronUriParam> for aeron_uri_param_t
impl From<AeronUriParam> for aeron_uri_param_t
Source§fn from(value: AeronUriParam) -> Self
fn from(value: AeronUriParam) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_uri_param_stct
impl Clone for aeron_uri_param_stct
Source§fn clone(&self) -> aeron_uri_param_stct
fn clone(&self) -> aeron_uri_param_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