Struct std::sys::windows::c::windows_sys::STARTUPINFOW
source · #[repr(C)]pub struct STARTUPINFOW {Show 18 fields
pub cb: u32,
pub lpReserved: *mut u16,
pub lpDesktop: *mut u16,
pub lpTitle: *mut u16,
pub dwX: u32,
pub dwY: u32,
pub dwXSize: u32,
pub dwYSize: u32,
pub dwXCountChars: u32,
pub dwYCountChars: u32,
pub dwFillAttribute: u32,
pub dwFlags: u32,
pub wShowWindow: u16,
pub cbReserved2: u16,
pub lpReserved2: *mut u8,
pub hStdInput: *mut c_void,
pub hStdOutput: *mut c_void,
pub hStdError: *mut c_void,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§cb: u32
🔬This is a nightly-only experimental API. (
§windows_c
)lpReserved: *mut u16
🔬This is a nightly-only experimental API. (
§windows_c
)lpDesktop: *mut u16
🔬This is a nightly-only experimental API. (
§windows_c
)lpTitle: *mut u16
🔬This is a nightly-only experimental API. (
§windows_c
)dwX: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwY: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwXSize: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwYSize: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwXCountChars: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwYCountChars: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwFillAttribute: u32
🔬This is a nightly-only experimental API. (
§windows_c
)dwFlags: u32
🔬This is a nightly-only experimental API. (
§windows_c
)wShowWindow: u16
🔬This is a nightly-only experimental API. (
§windows_c
)cbReserved2: u16
🔬This is a nightly-only experimental API. (
§windows_c
)lpReserved2: *mut u8
🔬This is a nightly-only experimental API. (
§windows_c
)hStdInput: *mut c_void
🔬This is a nightly-only experimental API. (
§windows_c
)hStdOutput: *mut c_void
🔬This is a nightly-only experimental API. (
§windows_c
)hStdError: *mut c_void
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§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§
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