kvarn::prelude::utils::prelude::compact_str::core::ffi::va_list

Struct VaListImpl

source
#[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>

source

pub 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-