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