Struct pgrx_pg_sys::TM_IndexDeleteOp
source · #[repr(C)]pub struct TM_IndexDeleteOp {
pub bottomup: bool,
pub bottomupfreespace: c_int,
pub ndeltids: c_int,
pub deltids: *mut TM_IndexDelete,
pub status: *mut TM_IndexStatus,
}
Fields§
§bottomup: bool
§bottomupfreespace: c_int
§ndeltids: c_int
§deltids: *mut TM_IndexDelete
§status: *mut TM_IndexStatus
Trait Implementations§
source§impl Clone for TM_IndexDeleteOp
impl Clone for TM_IndexDeleteOp
source§fn clone(&self) -> TM_IndexDeleteOp
fn clone(&self) -> TM_IndexDeleteOp
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_IndexDeleteOp
impl Debug for TM_IndexDeleteOp
source§impl Default for TM_IndexDeleteOp
impl Default for TM_IndexDeleteOp
impl Copy for TM_IndexDeleteOp
Auto Trait Implementations§
impl Freeze for TM_IndexDeleteOp
impl RefUnwindSafe for TM_IndexDeleteOp
impl !Send for TM_IndexDeleteOp
impl !Sync for TM_IndexDeleteOp
impl Unpin for TM_IndexDeleteOp
impl UnwindSafe for TM_IndexDeleteOp
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