package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | None : t
  2. | Top : t
  3. | Bottom : t
  4. | Left : t
  5. | Right : t
  6. | Top_left : t
  7. | Bottom_left : t
  8. | Top_right : t
  9. | Bottom_right : t
val to_int32 : t -> int32
val of_int32 : int32 -> t