pub type cst_relation = cst_relation_struct;Aliased Type§
#[repr(C)]pub struct cst_relation {
pub name: *mut i8,
pub features: *mut cst_features_struct,
pub utterance: *mut cst_utterance_struct,
pub head: *mut cst_item_struct,
pub tail: *mut cst_item_struct,
}Fields§
§name: *mut i8§features: *mut cst_features_struct§utterance: *mut cst_utterance_struct§head: *mut cst_item_struct§tail: *mut cst_item_struct