pub type KeyValue = s_KeyValue;Aliased Type§
#[repr(C)]pub struct KeyValue {
pub id: i32,
pub str_: *const i8,
pub num: u32,
pub num2: u32,
pub entry: i32,
pub eof: i32,
pub parent: *mut s_KeyValue,
}Fields§
§id: i32§str_: *const i8§num: u32§num2: u32§entry: i32§eof: i32§parent: *mut s_KeyValue