pub type aeron_uri_params_t = aeron_uri_params_stct;
Aliased Type§
struct aeron_uri_params_t {
pub length: usize,
pub array: *mut aeron_uri_param_stct,
}
Fields§
§length: usize
§array: *mut aeron_uri_param_stct
Trait Implementations§
Source§impl From<AeronUriParams> for aeron_uri_params_t
impl From<AeronUriParams> for aeron_uri_params_t
Source§fn from(value: AeronUriParams) -> Self
fn from(value: AeronUriParams) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_uri_params_stct
impl Clone for aeron_uri_params_stct
Source§fn clone(&self) -> aeron_uri_params_stct
fn clone(&self) -> aeron_uri_params_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