Crate accesskit

Source

Structs§

  • A 2D affine transform. Derived from kurbo.
  • Defines a custom action for a UI element.
  • An accessibility node snapshot that can’t be modified. This is not used by toolkits or applications, but only by code that retains an AccessKit tree in memory, such as the accesskit_consumer crate.
  • A single accessible object. A complete UI is represented as a tree of these.
  • The stable identity of a Node, unique within the node’s tree.
  • A 2D point. Derived from kurbo.
  • A rectangle. Derived from kurbo.
  • A 2D size. Derived from kurbo.
  • The data associated with an accessibility tree that’s global to the tree and not associated with any particular node.
  • A serializable representation of an atomic change to a Tree.
  • A 2D vector. Derived from kurbo.

Enums§

Traits§

  • Handles requests from assistive technologies or other clients.
  • Handles activation of the application’s accessibility implementation.
  • Handles deactivation of the application’s accessibility implementation.

Type Aliases§