Struct rsfbclient_core::ibase::ISC_BLOB_DESC
source · #[repr(C)]pub struct ISC_BLOB_DESC {
pub blob_desc_subtype: c_short,
pub blob_desc_charset: c_short,
pub blob_desc_segment_size: c_short,
pub blob_desc_field_name: [ISC_UCHAR; 32],
pub blob_desc_relation_name: [ISC_UCHAR; 32],
}Fields§
§blob_desc_subtype: c_short§blob_desc_charset: c_short§blob_desc_segment_size: c_short§blob_desc_field_name: [ISC_UCHAR; 32]§blob_desc_relation_name: [ISC_UCHAR; 32]Trait Implementations§
source§impl Clone for ISC_BLOB_DESC
impl Clone for ISC_BLOB_DESC
source§fn clone(&self) -> ISC_BLOB_DESC
fn clone(&self) -> ISC_BLOB_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