Struct pgrx_pg_sys::ShmemIndexEnt
source · #[repr(C)]pub struct ShmemIndexEnt {
pub key: [c_char; 48],
pub location: *mut c_void,
pub size: Size,
pub allocated_size: Size,
}
Fields§
§key: [c_char; 48]
§location: *mut c_void
§size: Size
§allocated_size: Size
Trait Implementations§
source§impl Clone for ShmemIndexEnt
impl Clone for ShmemIndexEnt
source§fn clone(&self) -> ShmemIndexEnt
fn clone(&self) -> ShmemIndexEnt
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 more