pub type GTokenValue = _GTokenValue;Aliased Type§
#[repr(C)]pub union GTokenValue {
pub v_symbol: *mut c_void,
pub v_identifier: *mut u8,
pub v_binary: u64,
pub v_octal: u64,
pub v_int: u64,
pub v_int64: u64,
pub v_float: f64,
pub v_hex: u64,
pub v_string: *mut u8,
pub v_comment: *mut u8,
pub v_char: u8,
pub v_error: u32,
}Fields§
§v_symbol: *mut c_void§v_identifier: *mut u8§v_binary: u64§v_octal: u64§v_int: u64§v_int64: u64§v_float: f64§v_hex: u64§v_string: *mut u8§v_comment: *mut u8§v_char: u8§v_error: u32