#[repr(C)]pub struct _SHELLEXECUTEINFOW {Show 15 fields
pub cbSize: DWORD,
pub fMask: ULONG,
pub hwnd: HWND,
pub lpVerb: LPCWSTR,
pub lpFile: LPCWSTR,
pub lpParameters: LPCWSTR,
pub lpDirectory: LPCWSTR,
pub nShow: c_int,
pub hInstApp: HINSTANCE,
pub lpIDList: *mut c_void,
pub lpClass: LPCWSTR,
pub hkeyClass: HKEY,
pub dwHotKey: DWORD,
pub __bindgen_anon_1: _SHELLEXECUTEINFOW__bindgen_ty_1,
pub hProcess: HANDLE,
}
Fields§
§cbSize: DWORD
§fMask: ULONG
§hwnd: HWND
§lpVerb: LPCWSTR
§lpFile: LPCWSTR
§lpParameters: LPCWSTR
§lpDirectory: LPCWSTR
§nShow: c_int
§hInstApp: HINSTANCE
§lpIDList: *mut c_void
§lpClass: LPCWSTR
§hkeyClass: HKEY
§dwHotKey: DWORD
§__bindgen_anon_1: _SHELLEXECUTEINFOW__bindgen_ty_1
§hProcess: HANDLE
Trait Implementations§
Source§impl Clone for _SHELLEXECUTEINFOW
impl Clone for _SHELLEXECUTEINFOW
Source§fn clone(&self) -> _SHELLEXECUTEINFOW
fn clone(&self) -> _SHELLEXECUTEINFOW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _SHELLEXECUTEINFOW
Auto Trait Implementations§
impl Freeze for _SHELLEXECUTEINFOW
impl RefUnwindSafe for _SHELLEXECUTEINFOW
impl !Send for _SHELLEXECUTEINFOW
impl !Sync for _SHELLEXECUTEINFOW
impl Unpin for _SHELLEXECUTEINFOW
impl UnwindSafe for _SHELLEXECUTEINFOW
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