cst_featvalpair

Type Alias cst_featvalpair 

Source
pub type cst_featvalpair = cst_featvalpair_struct;

Aliased Type§

#[repr(C)]
pub struct cst_featvalpair { pub name: *const i8, pub val: *mut cst_val_struct, pub next: *mut cst_featvalpair_struct, }

Fields§

§name: *const i8§val: *mut cst_val_struct§next: *mut cst_featvalpair_struct