Module Raylib_fixed_types.TraceLogLevel

include module type of struct include Types.TraceLogLevel end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).TraceLogLevel.t =
  1. | All
  2. | Trace
  3. | Debug
  4. | Info
  5. | Warning
  6. | Error
  7. | Fatal
  8. | None
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t