Struct libsqlite3_sys::sqlite3_pcache_page [−][src]
Fields
pBuf: *mut c_void
pExtra: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_pcache_page
impl !Send for sqlite3_pcache_page
impl !Sync for sqlite3_pcache_page
impl Unpin for sqlite3_pcache_page
impl UnwindSafe for sqlite3_pcache_page
Blanket Implementations
Mutably borrows from an owned value. Read more