Struct libsqlite3_sys::Struct_sqlite3_rtree_query_info
[−]
[src]
pub struct 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(arg1: *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,
}Fields
pContext | |
nParam | |
aParam | |
pUser | |
xDelUser | |
aCoord | |
anQueue | |
nCoord | |
iLevel | |
mxLevel | |
iRowid | |
rParentScore | |
eParentWithin | |
eWithin | |
rScore |
Trait Implementations
impl Clone for Struct_sqlite3_rtree_query_info[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more