Type max_align_t [src]
Source
pub const max_align_t = if (native_abi == .msvc or native_abi == .itanium)
f64
else if (native_os.isDarwin())
c_longdouble
else
extern struct {
a: c_longlong,
b: c_longdouble,
}
pub const max_align_t = if (native_abi == .msvc or native_abi == .itanium)
f64
else if (native_os.isDarwin())
c_longdouble
else
extern struct {
a: c_longlong,
b: c_longdouble,
}