#[repr(C)]
pub struct DBBINDING {
Show 15 fields pub iOrdinal: usize, pub obValue: usize, pub obLength: usize, pub obStatus: usize, pub pTypeInfo: ITypeInfo, pub pObject: *mut DBOBJECT, pub pBindExt: *mut DBBINDEXT, pub dwPart: u32, pub dwMemOwner: u32, pub eParamIO: u32, pub cbMaxLen: usize, pub dwFlags: u32, pub wType: u16, pub bPrecision: u8, pub bScale: u8,
}
Expand description

Required features: "Win32_System_Search", "Win32_System_Com"

Fields§

§iOrdinal: usize§obValue: usize§obLength: usize§obStatus: usize§pTypeInfo: ITypeInfo§pObject: *mut DBOBJECT§pBindExt: *mut DBBINDEXT§dwPart: u32§dwMemOwner: u32§eParamIO: u32§cbMaxLen: usize§dwFlags: u32§wType: u16§bPrecision: u8§bScale: u8

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.