Struct windows_sys::Win32::System::Threading::STARTUPINFOA
[−]#[repr(C)]pub struct STARTUPINFOA {Show 18 fields
pub cb: u32,
pub lpReserved: PSTR,
pub lpDesktop: PSTR,
pub lpTitle: PSTR,
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: PSTR
lpDesktop: PSTR
lpTitle: PSTR
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 STARTUPINFOA
impl Clone for STARTUPINFOA
impl Copy for STARTUPINFOA
Auto Trait Implementations
impl RefUnwindSafe for STARTUPINFOA
impl !Send for STARTUPINFOA
impl !Sync for STARTUPINFOA
impl Unpin for STARTUPINFOA
impl UnwindSafe for STARTUPINFOA
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