Struct libdxfeed_sys::dx_configuration
source · #[repr(C)]pub struct dx_configuration {
pub version: dxf_int_t,
pub object: dxf_byte_array_t,
}Expand description
Configuration
Fields§
§version: dxf_int_t§object: dxf_byte_array_tTrait Implementations§
source§impl Clone for dx_configuration
impl Clone for dx_configuration
source§fn clone(&self) -> dx_configuration
fn clone(&self) -> dx_configuration
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