Enum gccjit_sys::gcc_jit_function_kind [] [src]

#[repr(C)]
pub enum gcc_jit_function_kind { GCC_JIT_FUNCTION_EXPORTED, GCC_JIT_FUNCTION_INTERNAL, GCC_JIT_FUNCTION_IMPORTED, GCC_JIT_FUNCTION_ALWAYS_INLINE, }

Variants