Struct windows_sys::Win32::System::RemoteManagement::WSMAN_DATA
[−]#[repr(C)]pub struct WSMAN_DATA {
pub type: WSManDataType,
pub Anonymous: WSMAN_DATA_0,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields
type: WSManDataType
Anonymous: WSMAN_DATA_0
Trait Implementations
impl Clone for WSMAN_DATA
impl Clone for WSMAN_DATA
impl Copy for WSMAN_DATA
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_DATA
impl !Send for WSMAN_DATA
impl !Sync for WSMAN_DATA
impl Unpin for WSMAN_DATA
impl UnwindSafe for WSMAN_DATA
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