Struct unqlite_sys::Struct_unqlite_io_methods [] [src]

#[repr(C)]
pub struct Struct_unqlite_io_methods { pub iVersion: c_int, pub xClose: Option<unsafe extern "C" fn(_: *mut unqlite_file) -> c_int>, pub xRead: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: *mut c_void, _: unqlite_int64, _: unqlite_int64) -> c_int>, pub xWrite: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: *const c_void, _: unqlite_int64, _: unqlite_int64) -> c_int>, pub xTruncate: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: unqlite_int64) -> c_int>, pub xSync: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: c_int) -> c_int>, pub xFileSize: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: *mut unqlite_int64) -> c_int>, pub xLock: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: c_int) -> c_int>, pub xUnlock: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: c_int) -> c_int>, pub xCheckReservedLock: Option<unsafe extern "C" fn(_: *mut unqlite_file, _: *mut c_int) -> c_int>, pub xSectorSize: Option<unsafe extern "C" fn(_: *mut unqlite_file) -> c_int>, }

Fields

Trait Implementations

impl Copy for Struct_unqlite_io_methods
[src]

impl Clone for Struct_unqlite_io_methods
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_unqlite_io_methods
[src]

Returns the "default value" for a type. Read more