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 moresource§impl Debug for ShmemIndexEnt
impl Debug for ShmemIndexEnt
source§impl Default for ShmemIndexEnt
impl Default for ShmemIndexEnt
impl Copy for ShmemIndexEnt
Auto Trait Implementations§
impl Freeze for ShmemIndexEnt
impl RefUnwindSafe for ShmemIndexEnt
impl !Send for ShmemIndexEnt
impl !Sync for ShmemIndexEnt
impl Unpin for ShmemIndexEnt
impl UnwindSafe for ShmemIndexEnt
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