Struct libdxfeed_sys::dx_order_source_array
source · #[repr(C)]pub struct dx_order_source_array {
pub elements: *mut dx_suffix_t,
pub size: usize,
pub capacity: usize,
}Expand description
Order source array
Fields§
§elements: *mut dx_suffix_t§size: usize§capacity: usizeTrait Implementations§
source§impl Clone for dx_order_source_array
impl Clone for dx_order_source_array
source§fn clone(&self) -> dx_order_source_array
fn clone(&self) -> dx_order_source_array
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