Struct windows_sys::Win32::System::RemoteDesktop::VM_PATCH_INFO
[−]Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
dwNumEntries: u32
pVmNames: *mut PWSTR
Trait Implementations
impl Clone for VM_PATCH_INFO
impl Clone for VM_PATCH_INFO
impl Copy for VM_PATCH_INFO
Auto Trait Implementations
impl RefUnwindSafe for VM_PATCH_INFO
impl !Send for VM_PATCH_INFO
impl !Sync for VM_PATCH_INFO
impl Unpin for VM_PATCH_INFO
impl UnwindSafe for VM_PATCH_INFO
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