#[repr(C)]pub struct WSMAN_SHELL_STARTUP_INFO_V10 {
pub inputStreamSet: *mut WSMAN_STREAM_ID_SET,
pub outputStreamSet: *mut WSMAN_STREAM_ID_SET,
pub idleTimeoutMs: u32,
pub workingDirectory: PCWSTR,
pub variableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET,
}
Fields§
§inputStreamSet: *mut WSMAN_STREAM_ID_SET
§outputStreamSet: *mut WSMAN_STREAM_ID_SET
§idleTimeoutMs: u32
§workingDirectory: PCWSTR
§variableSet: *mut WSMAN_ENVIRONMENT_VARIABLE_SET
Trait Implementations§
§impl Clone for WSMAN_SHELL_STARTUP_INFO_V10
impl Clone for WSMAN_SHELL_STARTUP_INFO_V10
impl Copy for WSMAN_SHELL_STARTUP_INFO_V10
Auto Trait Implementations§
impl RefUnwindSafe for WSMAN_SHELL_STARTUP_INFO_V10
impl !Send for WSMAN_SHELL_STARTUP_INFO_V10
impl !Sync for WSMAN_SHELL_STARTUP_INFO_V10
impl Unpin for WSMAN_SHELL_STARTUP_INFO_V10
impl UnwindSafe for WSMAN_SHELL_STARTUP_INFO_V10
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