readstat_label_set_t

Type Alias readstat_label_set_t 

Source
pub type readstat_label_set_t = readstat_label_set_s;

Aliased Type§

#[repr(C)]
pub struct readstat_label_set_t { pub type_: u32, pub name: [i8; 256], pub value_labels: *mut readstat_value_label_s, pub value_labels_count: i64, pub value_labels_capacity: i64, pub variables: *mut c_void, pub variables_count: i64, pub variables_capacity: i64, }

Fields§

§type_: u32§name: [i8; 256]§value_labels: *mut readstat_value_label_s§value_labels_count: i64§value_labels_capacity: i64§variables: *mut c_void§variables_count: i64§variables_capacity: i64