readstat_schema_entry_t

Type Alias readstat_schema_entry_t 

Source
pub type readstat_schema_entry_t = readstat_schema_entry_s;

Aliased Type§

#[repr(C)]
pub struct readstat_schema_entry_t { pub row: u32, pub col: u32, pub len: u32, pub skip: i32, pub variable: readstat_variable_s, pub labelset: [i8; 32], pub decimal_separator: i8, }

Fields§

§row: u32§col: u32§len: u32§skip: i32§variable: readstat_variable_s§labelset: [i8; 32]§decimal_separator: i8