Function rust_debug::evaluate::evaluate::get_udata[][src]

pub fn get_udata(value: BaseTypeValue) -> u64
Expand description

Parse a BaseTypeValue struct to a u64 value.

Description:

  • value - The BaseTypeValue that will be turned into a u64.