Struct rsfbclient_core::ibase::XSQLDA
source · #[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_SHORT
§sqldaid: [ISC_SCHAR; 8]
§sqldabc: ISC_LONG
§sqln: ISC_SHORT
§sqld: ISC_SHORT
§sqlvar: [XSQLVAR; 1]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XSQLDA
impl !Send for XSQLDA
impl !Sync for XSQLDA
impl Unpin for XSQLDA
impl UnwindSafe for XSQLDA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more