Struct DBCOLUMNDESC
#[repr(C)]pub struct DBCOLUMNDESC {
pub pwszTypeName: PWSTR,
pub pTypeInfo: *mut c_void,
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: *mut c_void§rgPropertySets: *mut DBPROPSET§pclsid: *mut GUID§cPropertySets: u32§ulColumnSize: usize§dbcid: DBID§wType: u16§bPrecision: u8§bScale: u8Trait Implementations§
§impl Clone for DBCOLUMNDESC
impl Clone for DBCOLUMNDESC
§fn clone(&self) -> DBCOLUMNDESC
fn clone(&self) -> DBCOLUMNDESC
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§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.impl Copy for DBCOLUMNDESC
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