Struct pgx_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: Scanindexid: Oidindexqual: *mut Listindexqualorig: *mut Listindexorderby: *mut Listindexorderbyorig: *mut Listindexorderbyops: *mut Listindexorderdir: ScanDirectionTrait Implementations
impl Copy for IndexScan
Auto Trait Implementations
impl RefUnwindSafe for IndexScan
impl !Send for IndexScan
impl !Sync for IndexScan
impl Unpin for IndexScan
impl UnwindSafe for IndexScan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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