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_System_Search’, ‘Win32_Foundation’, ‘Win32_System_Com’, ‘Win32_System_Ole’
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
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