Type Alias fidl_fuchsia_io::Abilities

source ·
pub type Abilities = Operations;
Expand description

Abilities are properties intrinsic to a node. They specify which operations are supported by it.

Invoking an operation on a node that does not support it results in ZX_ERR_NOT_SUPPORTED. Note ZX_ERR_ACCESS_DENIED takes precedence over ZX_ERR_NOT_SUPPORTED when both apply.

Aliased Type§

struct Abilities(/* private fields */);