Skip to main content

Module va_list

Module va_list 

Source
Expand description

C’s “variable arguments”

Better known as “varargs”.

Structs§

VaList
A variable argument list, ABI-compatible with va_list in C.
VaListInner 🔒
x86_64 System V ABI implementation of a va_list.

Traits§

VaArgSafe
Types that are valid to read using VaList::next_arg.