Crate ohos_window_sys

Crate ohos_window_sys 

Source
Expand description

OpenHarmony native window, buffer and image bindings

There are a lot of interdependencies in the APIs for native window, native buffer and native images, so we release these APIs in one crate.

See the module level documentation for more information on the individual modules.

§Feature flags

  • api-16 — Enables bindings for OpenHarmony API-level 16.
  • api-17 — Enables bindings for OpenHarmony API-level 17.
  • api-18 — Enables bindings for OpenHarmony API-level 18 (5.1.0).
  • api-19 — Enables bindings for OpenHarmony API-level 19.
  • api-20 — Enables bindings for OpenHarmony API-level 20.
  • api-21 — Enables bindings for OpenHarmony API-level 21.
  • document-features — Document available features when building the documentation

Modules§

native_buffer
Native Buffer bindings
native_fenceapi-20
native_image
Bindings to native_image
native_window
Native Window bindings

Structs§

OHNativeErrorCodeapi-12
interface error code.