#[repr(C)]
pub struct DBCOLUMNDESC { pub pwszTypeName: PWSTR, pub pTypeInfo: ITypeInfo, pub rgPropertySets: *mut DBPROPSET, pub pclsid: *mut GUID, pub cPropertySets: u32, pub ulColumnSize: usize, pub dbcid: DBID, pub wType: u16, pub bPrecision: u8, pub bScale: u8, }
Expand description

Required features: "Win32_System_Search", "Win32_Foundation", "Win32_Storage_IndexServer", "Win32_System_Com", "Win32_System_Ole"

Fields

pwszTypeName: PWSTRpTypeInfo: ITypeInforgPropertySets: *mut DBPROPSETpclsid: *mut GUIDcPropertySets: u32ulColumnSize: usizedbcid: DBIDwType: u16bPrecision: u8bScale: 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.