#[repr(C)]pub struct _STARTUPINFOW {Show 18 fields
pub cb: DWORD,
pub lpReserved: LPWSTR,
pub lpDesktop: LPWSTR,
pub lpTitle: LPWSTR,
pub dwX: DWORD,
pub dwY: DWORD,
pub dwXSize: DWORD,
pub dwYSize: DWORD,
pub dwXCountChars: DWORD,
pub dwYCountChars: DWORD,
pub dwFillAttribute: DWORD,
pub dwFlags: DWORD,
pub wShowWindow: WORD,
pub cbReserved2: WORD,
pub lpReserved2: LPBYTE,
pub hStdInput: HANDLE,
pub hStdOutput: HANDLE,
pub hStdError: HANDLE,
}Fields§
§cb: DWORD§lpReserved: LPWSTR§lpDesktop: LPWSTR§lpTitle: LPWSTR§dwX: DWORD§dwY: DWORD§dwXSize: DWORD§dwYSize: DWORD§dwXCountChars: DWORD§dwYCountChars: DWORD§dwFillAttribute: DWORD§dwFlags: DWORD§wShowWindow: WORD§cbReserved2: WORD§lpReserved2: LPBYTE§hStdInput: HANDLE§hStdOutput: HANDLE§hStdError: HANDLETrait Implementations§
Source§impl Clone for _STARTUPINFOW
impl Clone for _STARTUPINFOW
Source§fn clone(&self) -> _STARTUPINFOW
fn clone(&self) -> _STARTUPINFOW
Returns a duplicate 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 moreSource§impl Debug for _STARTUPINFOW
impl Debug for _STARTUPINFOW
impl Copy for _STARTUPINFOW
Auto Trait Implementations§
impl Freeze for _STARTUPINFOW
impl RefUnwindSafe for _STARTUPINFOW
impl !Send for _STARTUPINFOW
impl !Sync for _STARTUPINFOW
impl Unpin for _STARTUPINFOW
impl UnwindSafe for _STARTUPINFOW
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