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 moresource§impl Debug for dx_configuration
impl Debug for dx_configuration
source§impl PartialEq<dx_configuration> for dx_configuration
impl PartialEq<dx_configuration> for dx_configuration
source§fn eq(&self, other: &dx_configuration) -> bool
fn eq(&self, other: &dx_configuration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.