Struct libsqlite3_sys::sqlite3_pcache_page [] [src]

#[repr(C)]
pub struct sqlite3_pcache_page { pub pBuf: *mut c_void, pub pExtra: *mut c_void, }

Fields

Trait Implementations

impl Copy for sqlite3_pcache_page
[src]

impl Clone for sqlite3_pcache_page
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for sqlite3_pcache_page
[src]

Formats the value using the given formatter.

impl Default for sqlite3_pcache_page
[src]

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