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