Struct windows_sys::Win32::System::Search::SEARCH_ITEM_CHANGE
[−]#[repr(C)]pub struct SEARCH_ITEM_CHANGE {
pub Change: SEARCH_KIND_OF_CHANGE,
pub Priority: SEARCH_NOTIFICATION_PRIORITY,
pub pUserData: *mut BLOB,
pub lpwszURL: PWSTR,
pub lpwszOldURL: PWSTR,
}Expand description
Required features: "Win32_System_Search", "Win32_System_Com"
Fields
Change: SEARCH_KIND_OF_CHANGEPriority: SEARCH_NOTIFICATION_PRIORITYpUserData: *mut BLOBlpwszURL: PWSTRlpwszOldURL: PWSTRTrait Implementations
impl Clone for SEARCH_ITEM_CHANGE
impl Clone for SEARCH_ITEM_CHANGE
impl Copy for SEARCH_ITEM_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for SEARCH_ITEM_CHANGE
impl !Send for SEARCH_ITEM_CHANGE
impl !Sync for SEARCH_ITEM_CHANGE
impl Unpin for SEARCH_ITEM_CHANGE
impl UnwindSafe for SEARCH_ITEM_CHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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