Struct windows_sys::Win32::System::Hypervisor::SOCKADDR_HV
[−]#[repr(C)]pub struct SOCKADDR_HV {
pub Family: u16,
pub Reserved: u16,
pub VmId: GUID,
pub ServiceId: GUID,
}
Expand description
Required features: ‘Win32_System_Hypervisor’
Fields
Family: u16
Reserved: u16
VmId: GUID
ServiceId: GUID
Trait Implementations
impl Clone for SOCKADDR_HV
impl Clone for SOCKADDR_HV
impl Copy for SOCKADDR_HV
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_HV
impl Send for SOCKADDR_HV
impl Sync for SOCKADDR_HV
impl Unpin for SOCKADDR_HV
impl UnwindSafe for SOCKADDR_HV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more