Struct windows_sys::Win32::System::Search::DBPROPINFOSET
#[repr(C)]pub struct DBPROPINFOSET {
pub rgPropertyInfos: *mut DBPROPINFO,
pub cPropertyInfos: u32,
pub guidPropertySet: GUID,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
, "Win32_System_Variant"
Fields§
§rgPropertyInfos: *mut DBPROPINFO
§cPropertyInfos: u32
§guidPropertySet: GUID
Trait Implementations§
§impl Clone for DBPROPINFOSET
impl Clone for DBPROPINFOSET
impl Copy for DBPROPINFOSET
Auto Trait Implementations§
impl RefUnwindSafe for DBPROPINFOSET
impl !Send for DBPROPINFOSET
impl !Sync for DBPROPINFOSET
impl Unpin for DBPROPINFOSET
impl UnwindSafe for DBPROPINFOSET
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