#[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 Debug for _STARTUPINFOEXA
impl Debug for _STARTUPINFOEXA
Source§impl Ord for _STARTUPINFOEXA
impl Ord for _STARTUPINFOEXA
Source§fn cmp(&self, other: &_STARTUPINFOEXA) -> Ordering
fn cmp(&self, other: &_STARTUPINFOEXA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STARTUPINFOEXA
impl PartialEq for _STARTUPINFOEXA
Source§impl PartialOrd for _STARTUPINFOEXA
impl PartialOrd for _STARTUPINFOEXA
impl Copy for _STARTUPINFOEXA
impl Eq for _STARTUPINFOEXA
impl StructuralPartialEq for _STARTUPINFOEXA
Auto Trait Implementations§
impl Freeze for _STARTUPINFOEXA
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