struct LookupContiguousResult

Defined at line 35 of file ../../zircon/kernel/vm/vm_object_physical.cc

LookupContiguousResult maps to the Rust FFI type LookupContiguousResult.

This allows returning both status and physical address by value from FFI

without needing raw out pointers.

Public Members

zx_status_t status
paddr_t paddr