Struct miniblink_sys::STARTUPINFOW
source · #[repr(C)]pub struct STARTUPINFOW {Show 18 fields
pub cb: u32,
pub lpReserved: PWSTR,
pub lpDesktop: PWSTR,
pub lpTitle: PWSTR,
pub dwX: u32,
pub dwY: u32,
pub dwXSize: u32,
pub dwYSize: u32,
pub dwXCountChars: u32,
pub dwYCountChars: u32,
pub dwFillAttribute: u32,
pub dwFlags: STARTUPINFOW_FLAGS,
pub wShowWindow: u16,
pub cbReserved2: u16,
pub lpReserved2: *mut u8,
pub hStdInput: HANDLE,
pub hStdOutput: HANDLE,
pub hStdError: HANDLE,
}Fields§
§cb: u32§lpReserved: PWSTR§lpDesktop: PWSTR§lpTitle: PWSTR§dwX: u32§dwY: u32§dwXSize: u32§dwYSize: u32§dwXCountChars: u32§dwYCountChars: u32§dwFillAttribute: u32§dwFlags: STARTUPINFOW_FLAGS§wShowWindow: u16§cbReserved2: u16§lpReserved2: *mut u8§hStdInput: HANDLE§hStdOutput: HANDLE§hStdError: HANDLETrait Implementations§
source§impl Clone for STARTUPINFOW
impl Clone for STARTUPINFOW
source§fn clone(&self) -> STARTUPINFOW
fn clone(&self) -> STARTUPINFOW
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 STARTUPINFOW
impl Debug for STARTUPINFOW
source§impl Default for STARTUPINFOW
impl Default for STARTUPINFOW
source§fn default() -> STARTUPINFOW
fn default() -> STARTUPINFOW
Returns the “default value” for a type. Read more
source§impl PartialEq for STARTUPINFOW
impl PartialEq for STARTUPINFOW
source§fn eq(&self, other: &STARTUPINFOW) -> bool
fn eq(&self, other: &STARTUPINFOW) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for STARTUPINFOW
impl Eq for STARTUPINFOW
Auto Trait Implementations§
impl Freeze for STARTUPINFOW
impl RefUnwindSafe for STARTUPINFOW
impl !Send for STARTUPINFOW
impl !Sync for STARTUPINFOW
impl Unpin for STARTUPINFOW
impl UnwindSafe for STARTUPINFOW
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