#[repr(C)]pub struct STARTUPINFOEXW {
pub StartupInfo: STARTUPINFOW,
pub lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LIST,
}Fields§
§StartupInfo: STARTUPINFOW§lpAttributeList: LPPROC_THREAD_ATTRIBUTE_LISTTrait Implementations§
Source§impl Abi for STARTUPINFOEXW
impl Abi for STARTUPINFOEXW
Source§type Abi = STARTUPINFOEXW
type Abi = STARTUPINFOEXW
The abi representation of the implementing type. Read more
type DefaultType = STARTUPINFOEXW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STARTUPINFOEXW
impl Clone for STARTUPINFOEXW
Source§fn clone(&self) -> STARTUPINFOEXW
fn clone(&self) -> STARTUPINFOEXW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STARTUPINFOEXW
Source§impl Debug for STARTUPINFOEXW
impl Debug for STARTUPINFOEXW
Source§impl Default for STARTUPINFOEXW
impl Default for STARTUPINFOEXW
impl Eq for STARTUPINFOEXW
Auto Trait Implementations§
impl !Send for STARTUPINFOEXW
impl !Sync for STARTUPINFOEXW
impl Freeze for STARTUPINFOEXW
impl RefUnwindSafe for STARTUPINFOEXW
impl Unpin for STARTUPINFOEXW
impl UnsafeUnpin for STARTUPINFOEXW
impl UnwindSafe for STARTUPINFOEXW
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