Union windows_sys::Win32::UI::Shell::SHELLEXECUTEINFOA_0
[−]Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
, "Win32_System_Registry"
Fields
hIcon: HANDLE
hMonitor: HANDLE
Trait Implementations
impl Clone for SHELLEXECUTEINFOA_0
impl Clone for SHELLEXECUTEINFOA_0
impl Copy for SHELLEXECUTEINFOA_0
Auto Trait Implementations
impl RefUnwindSafe for SHELLEXECUTEINFOA_0
impl Send for SHELLEXECUTEINFOA_0
impl Sync for SHELLEXECUTEINFOA_0
impl Unpin for SHELLEXECUTEINFOA_0
impl UnwindSafe for SHELLEXECUTEINFOA_0
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