kvarn_async::prelude::compact_str::core::ffi

Struct VaListImpl

source
#[repr(C)]
pub struct VaListImpl<'f> { /* private fields */ }
🔬This is a nightly-only experimental API. (c_variadic)
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)

Converts a VaListImpl into a VaList that is binary-compatible with C’s va_list.

source§

impl<'f> VaListImpl<'f>

source

pub unsafe fn arg<T>(&mut self) -> T
where