---
title: hv_vcpu_exit_t
framework: hypervisor
role: symbol
role_heading: Structure
path: hypervisor/hv_vcpu_exit_t
---

# hv_vcpu_exit_t

Information about an exit from the vCPU to the host.

## Declaration

```swift
struct hv_vcpu_exit_t
```

## Topics

### Instance Properties

- [exception](hypervisor/hv_vcpu_exit_t/exception.md)
- [reason](hypervisor/hv_vcpu_exit_t/reason.md)

### Initializers

- [init()](hypervisor/hv_vcpu_exit_t/init().md)
- [init(reason:exception:)](hypervisor/hv_vcpu_exit_t/init(reason:exception:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)
