Struct fitsio_sys_bindgen::__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]

[src]

Formats the value using the given formatter. Read more

impl Copy for __va_list_tag
[src]

impl Clone for __va_list_tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for __va_list_tag

impl !Sync for __va_list_tag