#[repr(C)]pub struct MdbFormatConstants {Show 20 fields
pub pg_size: isize,
pub row_count_offset: guint16,
pub tab_num_rows_offset: guint16,
pub tab_num_cols_offset: guint16,
pub tab_num_idxs_offset: guint16,
pub tab_num_ridxs_offset: guint16,
pub tab_usage_map_offset: guint16,
pub tab_first_dpg_offset: guint16,
pub tab_cols_start_offset: guint16,
pub tab_ridx_entry_size: guint16,
pub col_flags_offset: guint16,
pub col_size_offset: guint16,
pub col_num_offset: guint16,
pub tab_col_entry_size: guint16,
pub tab_free_map_offset: guint16,
pub tab_col_offset_var: guint16,
pub tab_col_offset_fixed: guint16,
pub tab_row_col_num_offset: guint16,
pub col_scale_offset: guint16,
pub col_prec_offset: guint16,
}
Fields§
§pg_size: isize
§row_count_offset: guint16
§tab_num_rows_offset: guint16
§tab_num_cols_offset: guint16
§tab_num_idxs_offset: guint16
§tab_num_ridxs_offset: guint16
§tab_usage_map_offset: guint16
§tab_first_dpg_offset: guint16
§tab_cols_start_offset: guint16
§tab_ridx_entry_size: guint16
§col_flags_offset: guint16
§col_size_offset: guint16
§col_num_offset: guint16
§tab_col_entry_size: guint16
§tab_free_map_offset: guint16
§tab_col_offset_var: guint16
§tab_col_offset_fixed: guint16
§tab_row_col_num_offset: guint16
§col_scale_offset: guint16
§col_prec_offset: guint16
Trait Implementations§
Source§impl Clone for MdbFormatConstants
impl Clone for MdbFormatConstants
Source§fn clone(&self) -> MdbFormatConstants
fn clone(&self) -> MdbFormatConstants
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 MdbFormatConstants
impl Debug for MdbFormatConstants
impl Copy for MdbFormatConstants
Auto Trait Implementations§
impl Freeze for MdbFormatConstants
impl RefUnwindSafe for MdbFormatConstants
impl Send for MdbFormatConstants
impl Sync for MdbFormatConstants
impl Unpin for MdbFormatConstants
impl UnwindSafe for MdbFormatConstants
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