#[repr(C)]
pub struct STARTUPINFOW {
Show 18 fields pub cb: u32, pub lpReserved: PWSTR, pub lpDesktop: PWSTR, pub lpTitle: PWSTR, pub dwX: u32, pub dwY: u32, pub dwXSize: u32, pub dwYSize: u32, pub dwXCountChars: u32, pub dwYCountChars: u32, pub dwFillAttribute: u32, pub dwFlags: STARTUPINFOW_FLAGS, pub wShowWindow: u16, pub cbReserved2: u16, pub lpReserved2: *mut u8, pub hStdInput: HANDLE, pub hStdOutput: HANDLE, pub hStdError: HANDLE,
}
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"

Fields

cb: u32lpReserved: PWSTRlpDesktop: PWSTRlpTitle: PWSTRdwX: u32dwY: u32dwXSize: u32dwYSize: u32dwXCountChars: u32dwYCountChars: u32dwFillAttribute: u32dwFlags: STARTUPINFOW_FLAGSwShowWindow: u16cbReserved2: u16lpReserved2: *mut u8hStdInput: HANDLEhStdOutput: HANDLEhStdError: HANDLE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.