#[repr(C)]pub struct DBPROP {
pub dwPropertyID: u32,
pub dwOptions: u32,
pub dwStatus: u32,
pub colid: DBID,
pub vValue: VARIANT,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields
dwPropertyID: u32
dwOptions: u32
dwStatus: u32
colid: DBID
vValue: VARIANT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DBPROP
impl !Send for DBPROP
impl !Sync for DBPROP
impl Unpin for DBPROP
impl UnwindSafe for DBPROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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