[]Struct c3p0_pool_sqlite::rusqlite::ffi::sqlite3_rtree_query_info

#[repr(C)]
pub struct sqlite3_rtree_query_info {
    pub pContext: *mut c_void,
    pub nParam: i32,
    pub aParam: *mut f64,
    pub pUser: *mut c_void,
    pub xDelUser: Option<unsafe extern "C" fn(*mut c_void)>,
    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,
}

Fields

pContext: *mut c_voidnParam: i32aParam: *mut f64pUser: *mut c_voidxDelUser: Option<unsafe extern "C" fn(*mut c_void)>aCoord: *mut f64anQueue: *mut u32nCoord: i32iLevel: i32mxLevel: i32iRowid: i64rParentScore: f64eParentWithin: i32eWithin: i32rScore: f64apSqlParam: *mut *mut sqlite3_value

Trait Implementations

impl Debug for sqlite3_rtree_query_info

impl Clone for sqlite3_rtree_query_info

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for sqlite3_rtree_query_info

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]