#[repr(C)]pub struct MdbFile {
pub stream: *mut FILE,
pub writable: gboolean,
pub jet_version: guint32,
pub db_key: guint32,
pub db_passwd: [c_char; 14],
pub stats: *mut MdbStatistics,
pub map_sz: c_int,
pub free_map: *mut c_uchar,
pub refs: c_int,
pub code_page: guint16,
pub lang_id: guint16,
}
Fields§
§stream: *mut FILE
§writable: gboolean
§jet_version: guint32
§db_key: guint32
§db_passwd: [c_char; 14]
§stats: *mut MdbStatistics
§map_sz: c_int
§free_map: *mut c_uchar
§refs: c_int
§code_page: guint16
§lang_id: guint16
Auto Trait Implementations§
impl Freeze for MdbFile
impl RefUnwindSafe for MdbFile
impl !Send for MdbFile
impl !Sync for MdbFile
impl Unpin for MdbFile
impl UnwindSafe for MdbFile
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