Module Types.TraceLogLevel

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