Struct DBCOLUMNACCESS
#[repr(C)]pub struct DBCOLUMNACCESS {
pub pData: *mut c_void,
pub columnid: DBID,
pub cbDataLen: usize,
pub dwStatus: u32,
pub cbMaxLen: usize,
pub dwReserved: usize,
pub wType: u16,
pub bPrecision: u8,
pub bScale: u8,
}Fields§
§pData: *mut c_void§columnid: DBID§cbDataLen: usize§dwStatus: u32§cbMaxLen: usize§dwReserved: usize§wType: u16§bPrecision: u8§bScale: u8Trait Implementations§
§impl Clone for DBCOLUMNACCESS
impl Clone for DBCOLUMNACCESS
§fn clone(&self) -> DBCOLUMNACCESS
fn clone(&self) -> DBCOLUMNACCESS
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 DBCOLUMNACCESS
Available on (AArch64 or target_arch=arm64ec or x86-64) and crate feature Win32_Storage_IndexServer only.
impl Default for DBCOLUMNACCESS
Available on (AArch64 or
target_arch=arm64ec or x86-64) and crate feature Win32_Storage_IndexServer only.impl Copy for DBCOLUMNACCESS
Auto Trait Implementations§
impl Freeze for DBCOLUMNACCESS
impl RefUnwindSafe for DBCOLUMNACCESS
impl !Send for DBCOLUMNACCESS
impl !Sync for DBCOLUMNACCESS
impl Unpin for DBCOLUMNACCESS
impl UnwindSafe for DBCOLUMNACCESS
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