Struct rsfbclient_core::ibase::XSQLDA [−][src]
#[repr(C)]pub struct XSQLDA { pub version: ISC_SHORT, pub sqldaid: [ISC_SCHAR; 8], pub sqldabc: ISC_LONG, pub sqln: ISC_SHORT, pub sqld: ISC_SHORT, pub sqlvar: [XSQLVAR; 1], }
Fields
version: ISC_SHORTsqldaid: [ISC_SCHAR; 8]sqldabc: ISC_LONGsqln: ISC_SHORTsqld: ISC_SHORTsqlvar: [XSQLVAR; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XSQLDA
impl UnwindSafe for XSQLDA
Blanket Implementations
Mutably borrows from an owned value. Read more