pub type t_word = word;Aliased Type§
#[repr(C)]
pub union t_word {
pub w_float: f32,
pub w_symbol: *mut _symbol,
pub w_gpointer: *mut _gpointer,
pub w_array: *mut _array,
pub w_binbuf: *mut _binbuf,
pub w_index: i32,
/* private fields */
}Fields§
§w_float: f32§w_symbol: *mut _symbol§w_gpointer: *mut _gpointer§w_array: *mut _array§w_binbuf: *mut _binbuf§w_index: i32