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
impl Copy for shm_toc_estimator
Auto Trait Implementations§
impl Freeze for shm_toc_estimator
impl RefUnwindSafe for shm_toc_estimator
impl Send for shm_toc_estimator
impl Sync for shm_toc_estimator
impl Unpin for shm_toc_estimator
impl UnwindSafe for shm_toc_estimator
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