Struct windows_sys::Win32::System::RemoteDesktop::VM_NOTIFY_INFO
[−]#[repr(C)]pub struct VM_NOTIFY_INFO {
pub dwNumEntries: u32,
pub ppVmEntries: *mut *mut VM_NOTIFY_ENTRY,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
dwNumEntries: u32
ppVmEntries: *mut *mut VM_NOTIFY_ENTRY
Trait Implementations
impl Clone for VM_NOTIFY_INFO
impl Clone for VM_NOTIFY_INFO
impl Copy for VM_NOTIFY_INFO
Auto Trait Implementations
impl RefUnwindSafe for VM_NOTIFY_INFO
impl !Send for VM_NOTIFY_INFO
impl !Sync for VM_NOTIFY_INFO
impl Unpin for VM_NOTIFY_INFO
impl UnwindSafe for VM_NOTIFY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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