Struct gdnative_sys::__va_list_tag [] [src]

#[repr(C)]
pub struct __va_list_tag { 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 __va_list_tag
[src]

Formats the value using the given formatter.

impl Copy for __va_list_tag
[src]

impl Clone for __va_list_tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more