#[repr(C)]
pub struct sqlite3_rtree_query_info {
Show 16 fields pub pContext: *mut c_void, pub nParam: i32, pub aParam: *mut f64, pub pUser: *mut c_void, pub xDelUser: isize, pub aCoord: *mut f64, pub anQueue: *mut u32, pub nCoord: i32, pub iLevel: i32, pub mxLevel: i32, pub iRowid: i64, pub rParentScore: f64, pub eParentWithin: i32, pub eWithin: i32, pub rScore: f64, pub apSqlParam: *mut *mut sqlite3_value,
}
Expand description

Required features: ‘Win32_System_SqlLite’

Fields

pContext: *mut c_voidnParam: i32aParam: *mut f64pUser: *mut c_voidxDelUser: isizeaCoord: *mut f64anQueue: *mut u32nCoord: i32iLevel: i32mxLevel: i32iRowid: i64rParentScore: f64eParentWithin: i32eWithin: i32rScore: f64apSqlParam: *mut *mut sqlite3_value

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.