Struct windows_sys::Win32::System::RemoteManagement::WSMAN_DATA
#[repr(C)]pub struct WSMAN_DATA {
pub type: WSManDataType,
pub Anonymous: WSMAN_DATA_0,
}
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§
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