Struct winapi::processthreadsapi::STARTUPINFOA
[−]
[src]
pub struct STARTUPINFOA { pub cb: DWORD, pub lpReserved: LPSTR, pub lpDesktop: LPSTR, pub lpTitle: LPSTR, 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 | |
lpReserved | |
lpDesktop | |
lpTitle | |
dwX | |
dwY | |
dwXSize | |
dwYSize | |
dwXCountChars | |
dwYCountChars | |
dwFillAttribute | |
dwFlags | |
wShowWindow | |
cbReserved2 | |
lpReserved2 | |
hStdInput | |
hStdOutput | |
hStdError |
Trait Implementations
impl Copy for STARTUPINFOA
[src]
impl Clone for STARTUPINFOA
[src]
fn clone(&self) -> STARTUPINFOA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more