#[repr(C)]pub struct WSMAN_SHELL_STARTUP_INFO_V11 {
pub __AnonymousBase_wsman_L665_C48: WSMAN_SHELL_STARTUP_INFO_V10,
pub name: PCWSTR,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields
__AnonymousBase_wsman_L665_C48: WSMAN_SHELL_STARTUP_INFO_V10
name: PCWSTR
Trait Implementations
impl Clone for WSMAN_SHELL_STARTUP_INFO_V11
impl Clone for WSMAN_SHELL_STARTUP_INFO_V11
impl Copy for WSMAN_SHELL_STARTUP_INFO_V11
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_SHELL_STARTUP_INFO_V11
impl !Send for WSMAN_SHELL_STARTUP_INFO_V11
impl !Sync for WSMAN_SHELL_STARTUP_INFO_V11
impl Unpin for WSMAN_SHELL_STARTUP_INFO_V11
impl UnwindSafe for WSMAN_SHELL_STARTUP_INFO_V11
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