Struct windows_sys::Win32::System::Threading::STARTUPINFOW
[−]#[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: u32
lpReserved: PWSTR
lpDesktop: PWSTR
lpTitle: PWSTR
dwX: u32
dwY: u32
dwXSize: u32
dwYSize: u32
dwXCountChars: u32
dwYCountChars: u32
dwFillAttribute: u32
dwFlags: STARTUPINFOW_FLAGS
wShowWindow: u16
cbReserved2: u16
lpReserved2: *mut u8
hStdInput: HANDLE
hStdOutput: HANDLE
hStdError: HANDLE
Trait Implementations
impl Clone for STARTUPINFOW
impl Clone for STARTUPINFOW
impl Copy for STARTUPINFOW
Auto Trait Implementations
impl RefUnwindSafe for STARTUPINFOW
impl !Send for STARTUPINFOW
impl !Sync for STARTUPINFOW
impl Unpin for STARTUPINFOW
impl UnwindSafe for STARTUPINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more