Struct libsqlite3_sys::sqlite3_rtree_query_info [] [src]

#[repr(C)]
pub struct sqlite3_rtree_query_info { pub pContext: *mut c_void, pub nParam: c_int, pub aParam: *mut sqlite3_rtree_dbl, pub pUser: *mut c_void, pub xDelUser: Option<unsafe extern fn(_: *mut c_void)>, pub aCoord: *mut sqlite3_rtree_dbl, pub anQueue: *mut c_uint, pub nCoord: c_int, pub iLevel: c_int, pub mxLevel: c_int, pub iRowid: sqlite3_int64, pub rParentScore: sqlite3_rtree_dbl, pub eParentWithin: c_int, pub eWithin: c_int, pub rScore: sqlite3_rtree_dbl, pub apSqlParam: *mut *mut sqlite3_value, }

Fields

Trait Implementations

impl Debug for sqlite3_rtree_query_info
[src]

Formats the value using the given formatter.

impl Clone for sqlite3_rtree_query_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sqlite3_rtree_query_info
[src]

impl Default for sqlite3_rtree_query_info
[src]

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