Crate fidl_fuchsia_fdomain_ext

source ·

Traits§

  • Means a value is convertible to an FDomain ObjType type. This is a type analogous to zx::ObjectType but which versions differently to insulate FDomain from Zircon changes.
  • Means a value is convertible to an FDomain Rights type. This is a type analogous to zx::Rights but which versions differently to insulate FDomain from Zircon changes.
  • Means a value is convertible to an FDomain Signals type. This is a type analogous to zx::Signals but which versions differently to insulate FDomain from Zircon changes.

Functions§

  • Convert an FDomain protocol Signals object to fidl/zircon Signals. This removes signals from the argument and places them in the return value. If the argument is not an empty signal set afterward, then not all signals could be converted.