package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Already_used : t
  2. | Plane_idx : t
  3. | Plane_set : t
  4. | Incomplete : t
  5. | Invalid_format : t
  6. | Invalid_dimensions : t
  7. | Out_of_bounds : t
  8. | Invalid_wl_buffer : t
val to_int32 : t -> int32
val of_int32 : int32 -> t