devela
0.23.0-wip
In devela::
_
dep::
sdl3::
sys::
stdinc
Structs
SDL_Environment
SDL_iconv_data_t
Constants
SDL_FLT_EPSILON
SDL_ICONV_E2BIG
SDL_ICONV_EILSEQ
SDL_ICONV_EINVAL
SDL_ICONV_ERROR
SDL_INVALID_UNICODE_CODEPOINT
SDL_MAX_SINT16
SDL_MAX_SINT32
SDL_MAX_SINT64
SDL_MAX_SINT8
SDL_MAX_TIME
SDL_MAX_UINT16
SDL_MAX_UINT32
SDL_MAX_UINT64
SDL_MAX_UINT8
SDL_MIN_SINT16
SDL_MIN_SINT32
SDL_MIN_SINT64
SDL_MIN_SINT8
SDL_MIN_TIME
SDL_MIN_UINT16
SDL_MIN_UINT32
SDL_MIN_UINT64
SDL_MIN_UINT8
SDL_PI_D
SDL_PI_F
SDL_PRILLX
SDL_PRILL_PREFIX
SDL_PRILLd
SDL_PRILLu
SDL_PRILLx
SDL_PRIX32
SDL_PRIX64
SDL_PRIs32
SDL_PRIs64
SDL_PRIu32
SDL_PRIu64
SDL_PRIx32
SDL_PRIx64
SDL_SIZE_MAX
Functions
SDL_CreateEnvironment
SDL_DestroyEnvironment
SDL_FOURCC
SDL_GetEnvironment
SDL_GetEnvironmentVariable
SDL_GetEnvironmentVariables
SDL_GetMemoryFunctions
SDL_GetNumAllocations
SDL_GetOriginalMemoryFunctions
SDL_INIT_INTERFACE
SDL_SetEnvironmentVariable
SDL_SetMemoryFunctions
SDL_StepBackUTF8
SDL_StepUTF8
SDL_UCS4ToUTF8
SDL_UnsetEnvironmentVariable
SDL_abs
SDL_acos
SDL_acosf
SDL_aligned_alloc
SDL_aligned_free
SDL_asin
SDL_asinf
SDL_asprintf
SDL_atan
SDL_atan2
SDL_atan2f
SDL_atanf
SDL_atof
SDL_atoi
SDL_bsearch
SDL_bsearch_r
SDL_calloc
SDL_ceil
SDL_ceilf
SDL_clamp
SDL_copyp
SDL_copysign
SDL_copysignf
SDL_cos
SDL_cosf
SDL_crc16
SDL_crc32
SDL_exp
SDL_expf
SDL_fabs
SDL_fabsf
SDL_floor
SDL_floorf
SDL_fmod
SDL_fmodf
SDL_free
SDL_getenv
SDL_getenv_unsafe
SDL_iconv
SDL_iconv_close
SDL_iconv_open
SDL_iconv_string
SDL_iconv_utf8_locale
SDL_iconv_utf8_ucs2
SDL_iconv_utf8_ucs4
SDL_iconv_wchar_utf8
SDL_isalnum
SDL_isalpha
SDL_isblank
SDL_iscntrl
SDL_isdigit
SDL_isgraph
SDL_isinf
SDL_isinff
SDL_islower
SDL_isnan
SDL_isnanf
SDL_isprint
SDL_ispunct
SDL_isspace
SDL_isupper
SDL_isxdigit
SDL_itoa
SDL_lltoa
SDL_log
SDL_log10
SDL_log10f
SDL_logf
SDL_lround
SDL_lroundf
SDL_ltoa
SDL_malloc
SDL_max
SDL_memcmp
SDL_memcpy
SDL_memmove
SDL_memset
SDL_memset4
SDL_min
SDL_modf
SDL_modff
SDL_murmur3_32
SDL_pow
SDL_powf
SDL_qsort
SDL_qsort_r
SDL_rand
SDL_rand_bits
SDL_rand_bits_r
SDL_rand_r
SDL_randf
SDL_randf_r
SDL_realloc
SDL_round
SDL_roundf
SDL_scalbn
SDL_scalbnf
SDL_setenv_unsafe
SDL_sin
SDL_sinf
SDL_size_add_check_overflow
SDL_size_mul_check_overflow
SDL_snprintf
SDL_sqrt
SDL_sqrtf
SDL_srand
SDL_sscanf
SDL_strcasecmp
SDL_strcasestr
SDL_strchr
SDL_strcmp
SDL_strdup
SDL_strlcat
SDL_strlcpy
SDL_strlen
SDL_strlwr
SDL_strncasecmp
SDL_strncmp
SDL_strndup
SDL_strnlen
SDL_strnstr
SDL_strpbrk
SDL_strrchr
SDL_strrev
SDL_strstr
SDL_strtod
SDL_strtok_r
SDL_strtol
SDL_strtoll
SDL_strtoul
SDL_strtoull
SDL_strupr
SDL_swprintf
SDL_tan
SDL_tanf
SDL_tolower
SDL_toupper
SDL_trunc
SDL_truncf
SDL_uitoa
SDL_ulltoa
SDL_ultoa
SDL_unsetenv_unsafe
SDL_utf8strlcpy
SDL_utf8strlen
SDL_utf8strnlen
SDL_vasprintf
SDL_vsnprintf
SDL_vsscanf
SDL_vswprintf
SDL_wcscasecmp
SDL_wcscmp
SDL_wcsdup
SDL_wcslcat
SDL_wcslcpy
SDL_wcslen
SDL_wcsncasecmp
SDL_wcsncmp
SDL_wcsnlen
SDL_wcsnstr
SDL_wcsstr
SDL_wcstol
SDL_zerop
Type Aliases
SDL_CompareCallback
SDL_CompareCallback_r
SDL_FunctionPointer
SDL_Time
SDL_calloc_func
SDL_free_func
SDL_iconv_t
SDL_malloc_func
SDL_realloc_func
Sint16
Sint32
Sint64
Sint8
Uint16
Uint32
Uint64
Uint8
devela
::
_dep
::
sdl3
::
sys
::
stdinc
Function
SDL_min
Copy item path
Settings
Help
Summary
pub fn SDL_min<T>(x: T, y: T) -> T
where T:
Copy
+
PartialOrd
,
Available on
crate feature
dep_sdl3
only.