Struct DBPROP
#[repr(C)]pub struct DBPROP {
pub dwPropertyID: u32,
pub dwOptions: u32,
pub dwStatus: u32,
pub colid: DBID,
pub vValue: VARIANT,
}Fields§
§dwPropertyID: u32§dwOptions: u32§dwStatus: u32§colid: DBID§vValue: VARIANTTrait Implementations§
§impl Clone for DBPROP
Available on crate feature Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.
impl Clone for DBPROP
Available on crate feature
Win32_Storage_IndexServer and crate feature Win32_System_Com and crate feature Win32_System_Ole and crate feature Win32_System_Variant and (AArch64 or target_arch=arm64ec or x86-64) only.Auto Trait Implementations§
impl Freeze for DBPROP
impl RefUnwindSafe for DBPROP
impl !Send for DBPROP
impl !Sync for DBPROP
impl Unpin for DBPROP
impl UnwindSafe for DBPROP
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