Struct core::ffi::VaListImpl[][src]

#[repr(C)]
pub struct VaListImpl<'f> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (c_variadic #44930)

the c_variadic feature has not been properly tested on all supported platforms

Expand description

x86_64 va_list 的 ABI 实现。

Implementations

🔬 This is a nightly-only experimental API. (c_variadic #44930)

the c_variadic feature has not been properly tested on all supported platforms

VaListImpl 转换为与 C 的 va_list 二进制兼容的 VaList

🔬 This is a nightly-only experimental API. (c_variadic #44930)

the c_variadic feature has not been properly tested on all supported platforms

前进到下一个 arg。

🔬 This is a nightly-only experimental API. (c_variadic #44930)

the c_variadic feature has not been properly tested on all supported platforms

在当前位置复制 va_list

Trait Implementations

返回值的副本。 Read more

source 执行复制分配。 Read more

使用给定的格式化程序格式化该值。 Read more

执行此类型的析构函数。 Read more

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。