Skip to main content

dxf_snapshot_data_t

Type Alias dxf_snapshot_data_t 

Source
pub type dxf_snapshot_data_t = dxf_snapshot_data;
Expand description

Snapshot

Aliased Type§

#[repr(C)]
pub struct dxf_snapshot_data_t { pub event_type: i32, pub symbol: *mut i32, pub records_count: usize, pub records: *const *mut c_void, }

Fields§

§event_type: i32§symbol: *mut i32§records_count: usize§records: *const *mut c_void