Union windows_sys::Win32::System::RemoteManagement::WSMAN_DATA_0
[−]#[repr(C)]
pub union WSMAN_DATA_0 {
pub text: WSMAN_DATA_TEXT,
pub binaryData: WSMAN_DATA_BINARY,
pub number: u32,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields
text: WSMAN_DATA_TEXT
binaryData: WSMAN_DATA_BINARY
number: u32
Trait Implementations
impl Clone for WSMAN_DATA_0
impl Clone for WSMAN_DATA_0
impl Copy for WSMAN_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_DATA_0
impl !Send for WSMAN_DATA_0
impl !Sync for WSMAN_DATA_0
impl Unpin for WSMAN_DATA_0
impl UnwindSafe for WSMAN_DATA_0
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