Struct libdxfeed_sys::dxf_snapshot_data
source · #[repr(C)]pub struct dxf_snapshot_data {
pub event_type: c_int,
pub symbol: dxf_string_t,
pub records_count: usize,
pub records: *const dxf_event_data_t,
}Expand description
Snapshot
Fields§
§event_type: c_int§symbol: dxf_string_t§records_count: usize§records: *const dxf_event_data_tTrait Implementations§
source§impl Clone for dxf_snapshot_data
impl Clone for dxf_snapshot_data
source§fn clone(&self) -> dxf_snapshot_data
fn clone(&self) -> dxf_snapshot_data
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