Struct windows_sys::Win32::System::SqlLite::sqlite3_rtree_geometry
[−]#[repr(C)]pub struct sqlite3_rtree_geometry {
pub pContext: *mut c_void,
pub nParam: i32,
pub aParam: *mut f64,
pub pUser: *mut c_void,
pub xDelUser: isize,
}Expand description
Required features: "Win32_System_SqlLite"
Fields
pContext: *mut c_voidnParam: i32aParam: *mut f64pUser: *mut c_voidxDelUser: isizeTrait Implementations
impl Clone for sqlite3_rtree_geometry
impl Clone for sqlite3_rtree_geometry
impl Copy for sqlite3_rtree_geometry
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_rtree_geometry
impl !Send for sqlite3_rtree_geometry
impl !Sync for sqlite3_rtree_geometry
impl Unpin for sqlite3_rtree_geometry
impl UnwindSafe for sqlite3_rtree_geometry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more