Struct pgx_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: boolbottomupfreespace: c_intndeltids: c_intdeltids: *mut TM_IndexDeletestatus: *mut TM_IndexStatusTrait Implementations
sourceimpl Clone for TM_IndexDeleteOp
impl Clone for TM_IndexDeleteOp
sourcefn clone(&self) -> TM_IndexDeleteOp
fn clone(&self) -> TM_IndexDeleteOp
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 TM_IndexDeleteOp
impl Debug for TM_IndexDeleteOp
sourceimpl Default for TM_IndexDeleteOp
impl Default for TM_IndexDeleteOp
impl Copy for TM_IndexDeleteOp
Auto Trait Implementations
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
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