Type Alias sqlite3_file

Source
pub type sqlite3_file = Struct_sqlite3_file;

Aliased Type§

#[repr(C)]
pub struct sqlite3_file { pub pMethods: *const Struct_sqlite3_io_methods, }

Fields§

§pMethods: *const Struct_sqlite3_io_methods