Struct core::ffi::VaListImpl [−][src]
#[repr(C)]pub struct VaListImpl<'f> { /* fields omitted */ }
Expand description
va_list
的 x86_64 ABI 实现。
Implementations
将 VaListImpl
转换为与 C 的 va_list
二进制兼容的 VaList
。
前进到下一个 arg。