Struct windows_sys::Win32::System::RemoteManagement::WSMAN_OPTION_SET
#[repr(C)]pub struct WSMAN_OPTION_SET {
pub optionsCount: u32,
pub options: *mut WSMAN_OPTION,
pub optionsMustUnderstand: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§optionsCount: u32
§options: *mut WSMAN_OPTION
§optionsMustUnderstand: BOOL
Trait Implementations§
§impl Clone for WSMAN_OPTION_SET
impl Clone for WSMAN_OPTION_SET
impl Copy for WSMAN_OPTION_SET
Auto Trait Implementations§
impl RefUnwindSafe for WSMAN_OPTION_SET
impl !Send for WSMAN_OPTION_SET
impl !Sync for WSMAN_OPTION_SET
impl Unpin for WSMAN_OPTION_SET
impl UnwindSafe for WSMAN_OPTION_SET
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