Struct pgrx_pg_sys::IndexScan
source · #[repr(C)]pub struct IndexScan {
pub scan: Scan,
pub indexid: Oid,
pub indexqual: *mut List,
pub indexqualorig: *mut List,
pub indexorderby: *mut List,
pub indexorderbyorig: *mut List,
pub indexorderbyops: *mut List,
pub indexorderdir: ScanDirection,
}
Fields§
§scan: Scan
§indexid: Oid
§indexqual: *mut List
§indexqualorig: *mut List
§indexorderby: *mut List
§indexorderbyorig: *mut List
§indexorderbyops: *mut List
§indexorderdir: ScanDirection
Trait Implementations§
impl Copy for IndexScan
Auto Trait Implementations§
impl Freeze for IndexScan
impl RefUnwindSafe for IndexScan
impl !Send for IndexScan
impl !Sync for IndexScan
impl Unpin for IndexScan
impl UnwindSafe for IndexScan
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