#[repr(C)]pub struct dx_event_subscription_param_list {
pub elements: *mut dx_event_subscription_param_t,
pub size: usize,
pub capacity: usize,
}Expand description
Event subscription param list
Fields§
§elements: *mut dx_event_subscription_param_t§size: usize§capacity: usizeTrait Implementations§
source§impl Clone for dx_event_subscription_param_list
impl Clone for dx_event_subscription_param_list
source§fn clone(&self) -> dx_event_subscription_param_list
fn clone(&self) -> dx_event_subscription_param_list
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