pub unsafe fn instance_from_vmctx<'a>(
vmctx: *mut lucet_vmctx,
) -> &'a mut Instance
Expand description
Get an Instance
from the vmctx
pointer.
Only safe to call from within the guest context.
pub unsafe fn instance_from_vmctx<'a>(
vmctx: *mut lucet_vmctx,
) -> &'a mut Instance
Get an Instance
from the vmctx
pointer.
Only safe to call from within the guest context.