Struct pgx_pg_sys::GenericCosts
source · [−]#[repr(C)]pub struct GenericCosts {
pub indexStartupCost: Cost,
pub indexTotalCost: Cost,
pub indexSelectivity: Selectivity,
pub indexCorrelation: f64,
pub numIndexPages: f64,
pub numIndexTuples: f64,
pub spc_random_page_cost: f64,
pub num_sa_scans: f64,
}Fields
indexStartupCost: CostindexTotalCost: CostindexSelectivity: SelectivityindexCorrelation: f64numIndexPages: f64numIndexTuples: f64spc_random_page_cost: f64num_sa_scans: f64Trait Implementations
sourceimpl Clone for GenericCosts
impl Clone for GenericCosts
sourcefn clone(&self) -> GenericCosts
fn clone(&self) -> GenericCosts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GenericCosts
impl Debug for GenericCosts
sourceimpl Default for GenericCosts
impl Default for GenericCosts
sourcefn default() -> GenericCosts
fn default() -> GenericCosts
Returns the “default value” for a type. Read more
impl Copy for GenericCosts
Auto Trait Implementations
impl RefUnwindSafe for GenericCosts
impl Send for GenericCosts
impl Sync for GenericCosts
impl Unpin for GenericCosts
impl UnwindSafe for GenericCosts
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