<!-- description --> @brief creates a new VpT
()
| 37 | /// @brief creates a new VpT |
| 38 | /// |
| 39 | pub const fn new() -> Self { |
| 40 | Self { |
| 41 | m_id: bsl::SafeU16::new(0), |
| 42 | m_allocated: crate::AllocatedStatusT::Deallocated, |
| 43 | m_assigned_vmid: bsl::SafeU16::new(0), |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | /// <!-- description --> |
| 48 | /// @brief Initializes this dVpT |
nothing calls this directly
no outgoing calls
no test coverage detected