Skip to main content

axiom_vm_io_entry_new

Function axiom_vm_io_entry_new 

Source
pub proof fn axiom_vm_io_entry_new<'a>(
    vm_space: VmSpaceId,
    kind: VmIoKind,
tracked     owner: VmIoOwner,
) -> tracked res : VmIoEntry
Expand description
ensures
res.vm_space == vm_space,
res.kind == kind,
res.owner == owner,

Tracked constructor for VmIoEntry.