Struct libsqlite3_sys::Struct_sqlite3_rtree_query_info [] [src]

#[repr(C)]
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 "C" 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, }

Fields

Trait Implementations

impl Copy for Struct_sqlite3_rtree_query_info
[src]

impl Clone for Struct_sqlite3_rtree_query_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_sqlite3_rtree_query_info
[src]

[src]

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