Union windows_sys::Win32::UI::Shell::SHELLEXECUTEINFOW_0
#[repr(C)]
pub union SHELLEXECUTEINFOW_0 {
pub hIcon: HANDLE,
pub hMonitor: HANDLE,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Registry"
Fields§
§hIcon: HANDLE
§hMonitor: HANDLE
Trait Implementations§
§impl Clone for SHELLEXECUTEINFOW_0
impl Clone for SHELLEXECUTEINFOW_0
impl Copy for SHELLEXECUTEINFOW_0
Auto Trait Implementations§
impl RefUnwindSafe for SHELLEXECUTEINFOW_0
impl Send for SHELLEXECUTEINFOW_0
impl Sync for SHELLEXECUTEINFOW_0
impl Unpin for SHELLEXECUTEINFOW_0
impl UnwindSafe for SHELLEXECUTEINFOW_0
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