---
title: "init(rawValue:)"
framework: hypervisor
role: symbol
role_heading: Initializer
path: "hypervisor/hv_vmx_capability_t/init(rawvalue:)"
---

# init(rawValue:)

Creates a new Virtual Machine Extensions (VMX) instance with the value you provide.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: An unsigned 32-bit integer that represents the Virtual Machine Extensions (VMX) fields.

## See Also

### Initializers

- [init(_:)](hypervisor/hv_vmx_capability_t/init(_:).md)
