Struct pgx_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_voidsize: Sizeallocated_size: SizeTrait Implementations
sourceimpl Clone for ShmemIndexEnt
impl Clone for ShmemIndexEnt
sourcefn clone(&self) -> ShmemIndexEnt
fn clone(&self) -> ShmemIndexEnt
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 ShmemIndexEnt
impl Debug for ShmemIndexEnt
sourceimpl Default for ShmemIndexEnt
impl Default for ShmemIndexEnt
impl Copy for ShmemIndexEnt
Auto Trait Implementations
impl RefUnwindSafe for ShmemIndexEnt
impl !Send for ShmemIndexEnt
impl !Sync for ShmemIndexEnt
impl Unpin for ShmemIndexEnt
impl UnwindSafe for ShmemIndexEnt
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