Struct windows_sys::Win32::System::RemoteDesktop::VM_NOTIFY_ENTRY
#[repr(C)]pub struct VM_NOTIFY_ENTRY {
pub VmName: [u16; 128],
pub VmHost: [u16; 128],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more