#[repr(C)]pub struct readstat_metadata_s {Show 14 fields
pub row_count: i64,
pub var_count: i64,
pub creation_time: time_t,
pub modified_time: time_t,
pub file_format_version: i64,
pub compression: readstat_compress_t,
pub endianness: readstat_endian_t,
pub table_name: *const c_char,
pub file_label: *const c_char,
pub file_encoding: *const c_char,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub multiple_response_sets_length: usize,
pub mr_sets: *mut mr_set_t,
}Fields§
§row_count: i64§var_count: i64§creation_time: time_t§modified_time: time_t§file_format_version: i64§compression: readstat_compress_t§endianness: readstat_endian_t§table_name: *const c_char§file_label: *const c_char§file_encoding: *const c_char§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§multiple_response_sets_length: usize§mr_sets: *mut mr_set_tImplementations§
Source§impl readstat_metadata_s
impl readstat_metadata_s
pub fn is64bit(&self) -> c_uint
pub fn set_is64bit(&mut self, val: c_uint)
pub unsafe fn is64bit_raw(this: *const Self) -> c_uint
pub unsafe fn set_is64bit_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1(is64bit: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for readstat_metadata_s
impl Clone for readstat_metadata_s
Source§fn clone(&self) -> readstat_metadata_s
fn clone(&self) -> readstat_metadata_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_metadata_s
impl Debug for readstat_metadata_s
impl Copy for readstat_metadata_s
Auto Trait Implementations§
impl Freeze for readstat_metadata_s
impl RefUnwindSafe for readstat_metadata_s
impl !Send for readstat_metadata_s
impl !Sync for readstat_metadata_s
impl Unpin for readstat_metadata_s
impl UnwindSafe for readstat_metadata_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