Struct windows_sys::Win32::UI::Shell::SHChangeNotifyEntry
[−]#[repr(C, packed(1))]pub struct SHChangeNotifyEntry {
pub pidl: *mut ITEMIDLIST,
pub fRecursive: BOOL,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
, "Win32_UI_Shell_Common"
Fields
pidl: *mut ITEMIDLIST
fRecursive: BOOL
Trait Implementations
impl Clone for SHChangeNotifyEntry
impl Clone for SHChangeNotifyEntry
impl Copy for SHChangeNotifyEntry
Auto Trait Implementations
impl RefUnwindSafe for SHChangeNotifyEntry
impl !Send for SHChangeNotifyEntry
impl !Sync for SHChangeNotifyEntry
impl Unpin for SHChangeNotifyEntry
impl UnwindSafe for SHChangeNotifyEntry
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