Struct rsfbclient_core::ibase::ISC_ARRAY_DESC
source · #[repr(C)]pub struct ISC_ARRAY_DESC {
pub array_desc_dtype: ISC_UCHAR,
pub array_desc_scale: ISC_SCHAR,
pub array_desc_length: c_ushort,
pub array_desc_field_name: [ISC_SCHAR; 32],
pub array_desc_relation_name: [ISC_SCHAR; 32],
pub array_desc_dimensions: c_short,
pub array_desc_flags: c_short,
pub array_desc_bounds: [ISC_ARRAY_BOUND; 16],
}Fields§
§array_desc_dtype: ISC_UCHAR§array_desc_scale: ISC_SCHAR§array_desc_length: c_ushort§array_desc_field_name: [ISC_SCHAR; 32]§array_desc_relation_name: [ISC_SCHAR; 32]§array_desc_dimensions: c_short§array_desc_flags: c_short§array_desc_bounds: [ISC_ARRAY_BOUND; 16]Trait Implementations§
source§impl Clone for ISC_ARRAY_DESC
impl Clone for ISC_ARRAY_DESC
source§fn clone(&self) -> ISC_ARRAY_DESC
fn clone(&self) -> ISC_ARRAY_DESC
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