Struct libdxfeed_sys::dxf_event_params
source · #[repr(C)]pub struct dxf_event_params {
pub flags: dxf_event_flags_t,
pub time_int_field: dxf_time_int_field_t,
pub snapshot_key: dxf_ulong_t,
}Expand description
Event params
Fields§
§flags: dxf_event_flags_t§time_int_field: dxf_time_int_field_t§snapshot_key: dxf_ulong_tTrait Implementations§
source§impl Clone for dxf_event_params
impl Clone for dxf_event_params
source§fn clone(&self) -> dxf_event_params
fn clone(&self) -> dxf_event_params
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