Struct pgrx_pg_sys::IndexPath
source · #[repr(C)]pub struct IndexPath {
pub path: Path,
pub indexinfo: *mut IndexOptInfo,
pub indexclauses: *mut List,
pub indexorderbys: *mut List,
pub indexorderbycols: *mut List,
pub indexscandir: Type,
pub indextotalcost: Cost,
pub indexselectivity: Selectivity,
}
Fields§
§path: Path
§indexinfo: *mut IndexOptInfo
§indexclauses: *mut List
§indexorderbys: *mut List
§indexorderbycols: *mut List
§indexscandir: Type
§indextotalcost: Cost
§indexselectivity: Selectivity
Trait Implementations§
impl Copy for IndexPath
Auto Trait Implementations§
impl Freeze for IndexPath
impl RefUnwindSafe for IndexPath
impl !Send for IndexPath
impl !Sync for IndexPath
impl Unpin for IndexPath
impl UnwindSafe for IndexPath
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)