Struct ndk_sys::__va_list [−][src]
#[repr(C)]pub struct __va_list {
pub __stack: *mut c_void,
pub __gr_top: *mut c_void,
pub __vr_top: *mut c_void,
pub __gr_offs: c_int,
pub __vr_offs: c_int,
}
Fields
__stack: *mut c_void
__gr_top: *mut c_void
__vr_top: *mut c_void
__gr_offs: c_int
__vr_offs: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __va_list
impl UnwindSafe for __va_list
Blanket Implementations
Mutably borrows from an owned value. Read more