#[repr(C)]pub struct VaListImpl<'f> { /* private fields */ }
🔬This is a nightly-only experimental API. (
c_variadic
)Available on x86-64 and non-
target_os="uefi"
and non-Windows only.Expand description
x86_64 ABI implementation of a va_list
.
Implementations§
source§impl<'f> VaListImpl<'f>
impl<'f> VaListImpl<'f>
sourcepub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
🔬This is a nightly-only experimental API. (c_variadic
)Available on (AArch64 or PowerPC or s390x or x86-64) and (non-AArch64 or non-Apple) and non-
pub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
c_variadic
)