readstat_schema_t

Type Alias readstat_schema_t 

Source
pub type readstat_schema_t = readstat_schema_s;

Aliased Type§

#[repr(C)]
pub struct readstat_schema_t { pub filename: [i8; 255], pub rows_per_observation: u32, pub cols_per_observation: u32, pub first_line: i32, pub entry_count: i32, pub field_delimiter: i8, pub entries: *mut readstat_schema_entry_s, }

Fields§

§filename: [i8; 255]§rows_per_observation: u32§cols_per_observation: u32§first_line: i32§entry_count: i32§field_delimiter: i8§entries: *mut readstat_schema_entry_s