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