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,
}
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
§fn clone(&self) -> STARTUPINFOW
fn clone(&self) -> STARTUPINFOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for STARTUPINFOW
Auto Trait Implementations§
impl Freeze for STARTUPINFOW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)