pub fn get_handle_koid(handle_info: &zx_handle_info_t) -> zx_koid_t
Expand description
Gets the koid of a handle from its raw handle info. Panics if the
zx_object_get_info
syscall fails.
pub fn get_handle_koid(handle_info: &zx_handle_info_t) -> zx_koid_t
Gets the koid of a handle from its raw handle info. Panics if the
zx_object_get_info
syscall fails.