#[repr(C)]pub struct dx_event_subscription_param {
pub record_id: dx_record_id_t,
pub subscription_type: dx_subscription_type_t,
}Expand description
Event subscription param
Fields§
§record_id: dx_record_id_t§subscription_type: dx_subscription_type_tTrait Implementations§
source§impl Clone for dx_event_subscription_param
impl Clone for dx_event_subscription_param
source§fn clone(&self) -> dx_event_subscription_param
fn clone(&self) -> dx_event_subscription_param
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