Struct windows_sys::Win32::System::Search::DBPROPIDSET
[−]#[repr(C)]pub struct DBPROPIDSET {
pub rgPropertyIDs: *mut u32,
pub cPropertyIDs: u32,
pub guidPropertySet: GUID,
}
Expand description
Required features: "Win32_System_Search"
Fields
rgPropertyIDs: *mut u32
cPropertyIDs: u32
guidPropertySet: GUID
Trait Implementations
impl Clone for DBPROPIDSET
impl Clone for DBPROPIDSET
impl Copy for DBPROPIDSET
Auto Trait Implementations
impl RefUnwindSafe for DBPROPIDSET
impl !Send for DBPROPIDSET
impl !Sync for DBPROPIDSET
impl Unpin for DBPROPIDSET
impl UnwindSafe for DBPROPIDSET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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