Type Alias frida_gum_sys::GTokenValue

source ·
pub type GTokenValue = _GTokenValue;

Aliased Type§

union GTokenValue {
    pub v_symbol: *mut c_void,
    pub v_identifier: *mut i8,
    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 i8,
    pub v_comment: *mut i8,
    pub v_char: u8,
    pub v_error: u32,
}

Fields§

§v_symbol: *mut c_void§v_identifier: *mut i8§v_binary: u64§v_octal: u64§v_int: u64§v_int64: u64§v_float: f64§v_hex: u64§v_string: *mut i8§v_comment: *mut i8§v_char: u8§v_error: u32