Struct windows_sys::Win32::System::RemoteDesktop::VM_NOTIFY_ENTRY
[−]Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
VmName: [u16; 128]
VmHost: [u16; 128]
Trait Implementations
impl Clone for VM_NOTIFY_ENTRY
impl Clone for VM_NOTIFY_ENTRY
impl Copy for VM_NOTIFY_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for VM_NOTIFY_ENTRY
impl Send for VM_NOTIFY_ENTRY
impl Sync for VM_NOTIFY_ENTRY
impl Unpin for VM_NOTIFY_ENTRY
impl UnwindSafe for VM_NOTIFY_ENTRY
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