#[repr(C)]pub struct readstat_schema_s {
pub filename: [c_char; 255],
pub rows_per_observation: u32,
pub cols_per_observation: u32,
pub first_line: c_int,
pub entry_count: c_int,
pub field_delimiter: c_char,
pub entries: *mut readstat_schema_entry_t,
}Fields§
§filename: [c_char; 255]§rows_per_observation: u32§cols_per_observation: u32§first_line: c_int§entry_count: c_int§field_delimiter: c_char§entries: *mut readstat_schema_entry_tTrait Implementations§
Source§impl Clone for readstat_schema_s
impl Clone for readstat_schema_s
Source§fn clone(&self) -> readstat_schema_s
fn clone(&self) -> readstat_schema_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for readstat_schema_s
impl Debug for readstat_schema_s
impl Copy for readstat_schema_s
Auto Trait Implementations§
impl Freeze for readstat_schema_s
impl RefUnwindSafe for readstat_schema_s
impl !Send for readstat_schema_s
impl !Sync for readstat_schema_s
impl Unpin for readstat_schema_s
impl UnwindSafe for readstat_schema_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more