value_string

Type Alias value_string 

Source
pub type value_string = _value_string;

Aliased Type§

#[repr(C)]
pub struct value_string { pub value: u32, pub strptr: *const i8, }

Fields§

§value: u32§strptr: *const i8