Struct windows_sys::Win32::System::SqlLite::sqlite3_pcache_methods2
[−]#[repr(C)]pub struct sqlite3_pcache_methods2 {}Expand description
Required features: "Win32_System_SqlLite"
Fields
iVersion: i32pArg: *mut c_voidxInit: isizexShutdown: isizexCreate: isizexCachesize: isizexPagecount: isizexFetch: isizexUnpin: isizexRekey: isizexTruncate: isizexDestroy: isizexShrink: isizeTrait Implementations
impl Clone for sqlite3_pcache_methods2
impl Clone for sqlite3_pcache_methods2
impl Copy for sqlite3_pcache_methods2
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_pcache_methods2
impl !Send for sqlite3_pcache_methods2
impl !Sync for sqlite3_pcache_methods2
impl Unpin for sqlite3_pcache_methods2
impl UnwindSafe for sqlite3_pcache_methods2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more