Struct windows_sys::Win32::System::Search::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,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Storage_IndexServer"
Fields
pData: *mut c_void
columnid: DBID
cbDataLen: usize
dwStatus: u32
cbMaxLen: usize
dwReserved: usize
wType: u16
bPrecision: u8
bScale: u8
Trait Implementations
impl Clone for DBCOLUMNACCESS
impl Clone for DBCOLUMNACCESS
impl Copy for DBCOLUMNACCESS
Auto Trait Implementations
impl RefUnwindSafe for DBCOLUMNACCESS
impl !Send for DBCOLUMNACCESS
impl !Sync for DBCOLUMNACCESS
impl Unpin for DBCOLUMNACCESS
impl UnwindSafe for DBCOLUMNACCESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more