Struct std::ffi::VaList [−][src]
#[repr(transparent)]pub struct VaList<'a, 'f> where
'f: 'a, { /* fields omitted */ }
Expand description
va_list
的包装
Methods from Deref<Target = VaListImpl<'f>>
将 VaListImpl
转换为与 C 的 va_list
二进制兼容的 VaList
。
前进到下一个 arg。
Trait Implementations
type Target = VaListImpl<'f>
type Target = VaListImpl<'f>
解引用后的结果类型。
解引用值。