#[repr(C)]pub struct _STARTUPINFOW {Show 18 fields
pub cb: DWORD,
pub lpReserved: LPWSTR,
pub lpDesktop: LPWSTR,
pub lpTitle: LPWSTR,
pub dwX: DWORD,
pub dwY: DWORD,
pub dwXSize: DWORD,
pub dwYSize: DWORD,
pub dwXCountChars: DWORD,
pub dwYCountChars: DWORD,
pub dwFillAttribute: DWORD,
pub dwFlags: DWORD,
pub wShowWindow: WORD,
pub cbReserved2: WORD,
pub lpReserved2: LPBYTE,
pub hStdInput: HANDLE,
pub hStdOutput: HANDLE,
pub hStdError: HANDLE,
}
Fields§
§cb: DWORD
§lpReserved: LPWSTR
§lpDesktop: LPWSTR
§lpTitle: LPWSTR
§dwX: DWORD
§dwY: DWORD
§dwXSize: DWORD
§dwYSize: DWORD
§dwXCountChars: DWORD
§dwYCountChars: DWORD
§dwFillAttribute: DWORD
§dwFlags: DWORD
§wShowWindow: WORD
§cbReserved2: WORD
§lpReserved2: LPBYTE
§hStdInput: HANDLE
§hStdOutput: HANDLE
§hStdError: HANDLE
Trait Implementations§
Source§impl Clone for _STARTUPINFOW
impl Clone for _STARTUPINFOW
Source§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 moreSource§impl Debug for _STARTUPINFOW
impl Debug for _STARTUPINFOW
Source§impl Ord for _STARTUPINFOW
impl Ord for _STARTUPINFOW
Source§fn cmp(&self, other: &_STARTUPINFOW) -> Ordering
fn cmp(&self, other: &_STARTUPINFOW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STARTUPINFOW
impl PartialEq for _STARTUPINFOW
Source§impl PartialOrd for _STARTUPINFOW
impl PartialOrd for _STARTUPINFOW
impl Copy for _STARTUPINFOW
impl Eq for _STARTUPINFOW
impl StructuralPartialEq 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