Struct tarantool_rust_module::BuiltinVaListTag [] [src]

#[repr(C)]
pub struct BuiltinVaListTag { pub gp_offset: c_uint, pub fp_offset: c_uint, pub overflow_arg_area: *mut c_void, pub reg_save_area: *mut c_void, }

Fields

Trait Implementations

impl Debug for BuiltinVaListTag
[src]

Formats the value using the given formatter.

impl Copy for BuiltinVaListTag
[src]

impl Clone for BuiltinVaListTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more