Struct winapi::um::processthreadsapi::STARTUPINFOA   
source · [−]#[repr(C)]pub struct STARTUPINFOA {Show 18 fields
    pub cb: DWORD,
    pub lpReserved: LPSTR,
    pub lpDesktop: LPSTR,
    pub lpTitle: LPSTR,
    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: DWORDlpReserved: LPSTRlpDesktop: LPSTRlpTitle: LPSTRdwX: DWORDdwY: DWORDdwXSize: DWORDdwYSize: DWORDdwXCountChars: DWORDdwYCountChars: DWORDdwFillAttribute: DWORDdwFlags: DWORDwShowWindow: WORDcbReserved2: WORDlpReserved2: LPBYTEhStdInput: HANDLEhStdOutput: HANDLEhStdError: HANDLETrait Implementations
sourceimpl Clone for STARTUPINFOA
 
impl Clone for STARTUPINFOA
sourcefn clone(&self) -> STARTUPINFOA
 
fn clone(&self) -> STARTUPINFOA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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