Function gidl_util::get_handle_koid

source ·
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.