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