MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / new

Method new

example/default_rust/src/vp_t.rs:39–45  ·  view source on GitHub ↗

<!-- description --> @brief creates a new VpT

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected