Struct winapi::um::winbase::STARTUPINFOEXA
source · #[repr(C)]pub struct STARTUPINFOEXA {
pub StartupInfo: STARTUPINFOA,
pub lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LIST,
}
Fields§
§StartupInfo: STARTUPINFOA
§lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LIST
Trait Implementations§
source§impl Clone for STARTUPINFOEXA
impl Clone for STARTUPINFOEXA
source§fn clone(&self) -> STARTUPINFOEXA
fn clone(&self) -> STARTUPINFOEXA
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 Default for STARTUPINFOEXA
impl Default for STARTUPINFOEXA
source§fn default() -> STARTUPINFOEXA
fn default() -> STARTUPINFOEXA
Returns the “default value” for a type. Read more