#[repr(C)]
pub struct IndexOnlyScanState {
Show 15 fields pub ss: ScanState, pub recheckqual: *mut ExprState, pub ioss_ScanKeys: *mut ScanKeyData, pub ioss_NumScanKeys: c_int, pub ioss_OrderByKeys: *mut ScanKeyData, pub ioss_NumOrderByKeys: c_int, pub ioss_RuntimeKeys: *mut IndexRuntimeKeyInfo, pub ioss_NumRuntimeKeys: c_int, pub ioss_RuntimeKeysReady: bool, pub ioss_RuntimeContext: *mut ExprContext, pub ioss_RelationDesc: Relation, pub ioss_ScanDesc: *mut IndexScanDescData, pub ioss_TableSlot: *mut TupleTableSlot, pub ioss_VMBuffer: Buffer, pub ioss_PscanLen: Size,
}

Fields

ss: ScanStaterecheckqual: *mut ExprStateioss_ScanKeys: *mut ScanKeyDataioss_NumScanKeys: c_intioss_OrderByKeys: *mut ScanKeyDataioss_NumOrderByKeys: c_intioss_RuntimeKeys: *mut IndexRuntimeKeyInfoioss_NumRuntimeKeys: c_intioss_RuntimeKeysReady: boolioss_RuntimeContext: *mut ExprContextioss_RelationDesc: Relationioss_ScanDesc: *mut IndexScanDescDataioss_TableSlot: *mut TupleTableSlotioss_VMBuffer: Bufferioss_PscanLen: Size

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Represent this node as a mutable pointer of its type

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.