Struct DBCOLUMNDESC
#[repr(C)]pub struct DBCOLUMNDESC {
pub pwszTypeName: PWSTR,
pub pTypeInfo: ManuallyDrop<Option<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,
}Fields§
§pwszTypeName: PWSTR§pTypeInfo: ManuallyDrop<Option<ITypeInfo>>§rgPropertySets: *mut DBPROPSET§pclsid: *mut GUID§cPropertySets: u32§ulColumnSize: usize§dbcid: DBID§wType: u16§bPrecision: u8§bScale: u8Trait Implementations§
§impl Clone for DBCOLUMNDESC
Available on crate feature Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.
impl Clone for DBCOLUMNDESC
Available on crate feature
Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.§impl Default for DBCOLUMNDESC
Available on crate feature Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.
impl Default for DBCOLUMNDESC
Available on crate feature
Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.Auto Trait Implementations§
impl Freeze for DBCOLUMNDESC
impl RefUnwindSafe for DBCOLUMNDESC
impl !Send for DBCOLUMNDESC
impl !Sync for DBCOLUMNDESC
impl Unpin for DBCOLUMNDESC
impl UnwindSafe for DBCOLUMNDESC
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