Struct pgrx_pg_sys::shm_toc_estimator
source · #[repr(C)]pub struct shm_toc_estimator {
pub space_for_chunks: Size,
pub number_of_keys: Size,
}
Fields§
§space_for_chunks: Size
§number_of_keys: Size
Trait Implementations§
source§impl Clone for shm_toc_estimator
impl Clone for shm_toc_estimator
source§fn clone(&self) -> shm_toc_estimator
fn clone(&self) -> shm_toc_estimator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for shm_toc_estimator
impl Debug for shm_toc_estimator
source§impl Default for shm_toc_estimator
impl Default for shm_toc_estimator
source§fn default() -> shm_toc_estimator
fn default() -> shm_toc_estimator
Returns the “default value” for a type. Read more