blob: badc4d1f313e77ebd5ca596f6db116c384b6258b [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[derive(PartialEq, Copy, Clone, Hash, Debug, Default)]
#[repr(C)]
pub struct __BindgenComplex<T> {
pub re: T,
pub im: T,
}
extern "C" {
#[link_name = "globalValueFloat"]
pub static mut globalValueFloat: __BindgenComplex<f32>;
}
extern "C" {
#[link_name = "globalValueDouble"]
pub static mut globalValueDouble: __BindgenComplex<f64>;
}
extern "C" {
#[link_name = "globalValueLongDouble"]
pub static mut globalValueLongDouble: __BindgenComplex<f64>;
}