Struct windows_sys::Win32::System::Threading::STARTUPINFOEXA
#[repr(C)]pub struct STARTUPINFOEXA {
pub StartupInfo: STARTUPINFOA,
pub lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LIST,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§StartupInfo: STARTUPINFOA
§lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LIST
Trait Implementations§
§impl Clone for STARTUPINFOEXA
impl Clone for STARTUPINFOEXA
impl Copy for STARTUPINFOEXA
Auto Trait Implementations§
impl RefUnwindSafe for STARTUPINFOEXA
impl !Send for STARTUPINFOEXA
impl !Sync for STARTUPINFOEXA
impl Unpin for STARTUPINFOEXA
impl UnwindSafe for STARTUPINFOEXA
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