Skip to main content

dxf_event_params_t

Type Alias dxf_event_params_t 

Source
pub type dxf_event_params_t = dxf_event_params;
Expand description

Event params

Aliased Type§

#[repr(C)]
pub struct dxf_event_params_t { pub flags: u32, pub time_int_field: u64, pub snapshot_key: u64, }

Fields§

§flags: u32§time_int_field: u64§snapshot_key: u64