#[repr(C)]pub struct DBPARAMS {
pub pData: *mut c_void,
pub cParamSets: usize,
pub hAccessor: usize,
}
Expand description
Required features: "Win32_System_Search"
Fields
pData: *mut c_void
cParamSets: usize
hAccessor: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DBPARAMS
impl !Send for DBPARAMS
impl !Sync for DBPARAMS
impl Unpin for DBPARAMS
impl UnwindSafe for DBPARAMS
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