Struct pgrx_pg_sys::TM_IndexStatus
source · #[repr(C)]pub struct TM_IndexStatus {
pub idxoffnum: OffsetNumber,
pub knowndeletable: bool,
pub promising: bool,
pub freespace: int16,
}
Fields§
§idxoffnum: OffsetNumber
§knowndeletable: bool
§promising: bool
§freespace: int16
Trait Implementations§
source§impl Clone for TM_IndexStatus
impl Clone for TM_IndexStatus
source§fn clone(&self) -> TM_IndexStatus
fn clone(&self) -> TM_IndexStatus
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 TM_IndexStatus
impl Debug for TM_IndexStatus
source§impl Default for TM_IndexStatus
impl Default for TM_IndexStatus
source§fn default() -> TM_IndexStatus
fn default() -> TM_IndexStatus
Returns the “default value” for a type. Read more
impl Copy for TM_IndexStatus
Auto Trait Implementations§
impl Freeze for TM_IndexStatus
impl RefUnwindSafe for TM_IndexStatus
impl Send for TM_IndexStatus
impl Sync for TM_IndexStatus
impl Unpin for TM_IndexStatus
impl UnwindSafe for TM_IndexStatus
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