Struct libdxfeed_sys::dxf_configuration
source · #[repr(C)]pub struct dxf_configuration {
pub version: dxf_int_t,
pub object: dxf_string_t,
}Expand description
Configuration event with application-specific attachment
Fields§
§version: dxf_int_tVersion
object: dxf_string_tAttachment
Trait Implementations§
source§impl Clone for dxf_configuration
impl Clone for dxf_configuration
source§fn clone(&self) -> dxf_configuration
fn clone(&self) -> dxf_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 dxf_configuration
impl Debug for dxf_configuration
source§impl PartialEq<dxf_configuration> for dxf_configuration
impl PartialEq<dxf_configuration> for dxf_configuration
source§fn eq(&self, other: &dxf_configuration) -> bool
fn eq(&self, other: &dxf_configuration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.