Struct guile_sys::Struct___va_list_tag [] [src]

#[repr(C)]
pub struct 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 Copy for Struct___va_list_tag
[src]

impl Clone for Struct___va_list_tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct___va_list_tag
[src]

Returns the "default value" for a type. Read more