#[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 moresource§impl PartialEq<dx_event_subscription_param_list> for dx_event_subscription_param_list
impl PartialEq<dx_event_subscription_param_list> for dx_event_subscription_param_list
source§fn eq(&self, other: &dx_event_subscription_param_list) -> bool
fn eq(&self, other: &dx_event_subscription_param_list) -> bool
This method tests for
self and other values to be equal, and is used
by ==.