Struct windows_sys::Win32::System::RemoteManagement::WSMAN_OPTION
[−]Expand description
Required features: "Win32_System_RemoteManagement"
, "Win32_Foundation"
Fields
name: PCWSTR
value: PCWSTR
mustComply: BOOL
Trait Implementations
impl Clone for WSMAN_OPTION
impl Clone for WSMAN_OPTION
impl Copy for WSMAN_OPTION
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_OPTION
impl !Send for WSMAN_OPTION
impl !Sync for WSMAN_OPTION
impl Unpin for WSMAN_OPTION
impl UnwindSafe for WSMAN_OPTION
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