#[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_voidcParamSets: usizehAccessor: usizeTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more