#[repr(C)]pub struct DIAGNOSTIC_DATA_SEARCH_CRITERIA {
pub producerNames: *const PCWSTR,
pub producerNameCount: u32,
pub textToMatch: PCWSTR,
pub categoryIds: *const i32,
pub categoryIdCount: u32,
pub privacyTags: *const i32,
pub privacyTagCount: u32,
pub coreDataOnly: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§producerNames: *const PCWSTR
§producerNameCount: u32
§textToMatch: PCWSTR
§categoryIds: *const i32
§categoryIdCount: u32
§privacyTags: *const i32
§privacyTagCount: u32
§coreDataOnly: BOOL
Trait Implementations§
§impl Clone for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl Clone for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl Copy for DIAGNOSTIC_DATA_SEARCH_CRITERIA
Auto Trait Implementations§
impl RefUnwindSafe for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl !Send for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl !Sync for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl Unpin for DIAGNOSTIC_DATA_SEARCH_CRITERIA
impl UnwindSafe for DIAGNOSTIC_DATA_SEARCH_CRITERIA
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