Module va_list
C's "variable arguments"
Better known as "varargs".
Structs
-
VaList
A variable argument list, ABI-compatible with
va_listin C. -
VaListInner
x86_64 System V ABI implementation of a
va_list.
Traits
-
VaArgSafe
Types that are valid to read using
VaList::next_arg.