Struct windows_sys::Win32::System::RemoteManagement::WSMAN_STREAM_ID_SET
[−]Expand description
Required features: "Win32_System_RemoteManagement"
Fields
streamIDsCount: u32
streamIDs: *mut PWSTR
Trait Implementations
impl Clone for WSMAN_STREAM_ID_SET
impl Clone for WSMAN_STREAM_ID_SET
impl Copy for WSMAN_STREAM_ID_SET
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_STREAM_ID_SET
impl !Send for WSMAN_STREAM_ID_SET
impl !Sync for WSMAN_STREAM_ID_SET
impl Unpin for WSMAN_STREAM_ID_SET
impl UnwindSafe for WSMAN_STREAM_ID_SET
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