#[lang = "va_list"]
#[repr(transparent)]
pub struct VaList<'a>(_);
🔬 This is a nightly-only experimental API. (c_variadic
)
the c_variadic
feature has not been properly tested on all supported platforms
pub unsafe fn arg<T>(&mut self) -> T where T: VaArgSafe, | [src] |
🔬 This is a nightly-only experimental API. (c_variadic
)
the c_variadic
feature has not been properly tested on all supported platforms
🔬 This is a nightly-only experimental API. (c_variadic
)
the c_variadic
feature has not been properly tested on all supported platforms
Copy the va_list
at the current location.
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static